artisan('migrate'); $this->artisan('db:seed'); $this->app[Kernel::class]->setArtisan(null); $this->beforeApplicationDestroyed(function () { $this->artisan('migrate:rollback'); }); } }