artisan('db:seed') ->assertSuccessful(); $this->artisan('db:seed') ->assertSuccessful(); } public function test_fresh_migration_with_seeder_and_rollback_runs_successfully(): void { $this->artisan('db:seed') ->assertSuccessful(); $this->artisan('migrate:rollback') ->assertSuccessful(); } }