Skip to content

Commit

Permalink
No longer use RefreshDatabase::class during tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mickverm committed Sep 13, 2024
1 parent 1342170 commit 3c94467
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
|
*/

uses(
Tests\TestCase::class,
\Illuminate\Foundation\Testing\RefreshDatabase::class
)->in('Feature');
uses(Tests\TestCase::class)->in('Feature');

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 3c94467

Please sign in to comment.