From 3c94467a9c8975ae1d60edff39f50a5b0bf9558e Mon Sep 17 00:00:00 2001 From: Michiel Vermeersch Date: Fri, 13 Sep 2024 13:48:36 +0200 Subject: [PATCH] No longer use RefreshDatabase::class during tests. --- tests/Pest.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/Pest.php b/tests/Pest.php index 03d63fc..977348c 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -13,10 +13,7 @@ | */ -uses( - Tests\TestCase::class, - \Illuminate\Foundation\Testing\RefreshDatabase::class -)->in('Feature'); +uses(Tests\TestCase::class)->in('Feature'); /* |--------------------------------------------------------------------------