From af00e6312d56ae5d9208fe51c1dbee166d330372 Mon Sep 17 00:00:00 2001 From: inmanturbo <47095624+inmanturbo@users.noreply.github.com> Date: Wed, 10 Jul 2024 02:34:16 -0400 Subject: [PATCH] Update Pest.php --- stubs/one-app/tests/Pest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stubs/one-app/tests/Pest.php b/stubs/one-app/tests/Pest.php index 69a1d3a..5b81880 100644 --- a/stubs/one-app/tests/Pest.php +++ b/stubs/one-app/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'); }) ->in('Feature');