diff --git a/stubs/passport/tests/Pest.php b/stubs/passport/tests/Pest.php index e01ca61..b8529fd 100644 --- a/stubs/passport/tests/Pest.php +++ b/stubs/passport/tests/Pest.php @@ -30,6 +30,8 @@ config(['database.connections.testing_app' => config('database.connections.sqlite')]); Artisan::call('migrate:fresh --database=testing_platform --path=database/migrations/platform'); + Artisan::call('migrate:fresh --database=testing_app --path=database/migrations/shared'); + Artisan::call('migrate --database=testing_app'); Artisan::call('passport:keys', ['--length' => 4096]); })