File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
os : [ubuntu-latest, windows-latest]
20
20
php : [8.3, 8.2]
21
21
laravel : [11.*, 10.*]
22
- stability : [prefer-lowest, prefer- stable]
22
+ stability : [prefer-stable]
23
23
include :
24
24
- laravel : 11.*
25
25
testbench : 9.*
Original file line number Diff line number Diff line change 6
6
use Illuminate \Database \Eloquent \Factories \Factory ;
7
7
use Illuminate \Database \Migrations \Migration ;
8
8
use Illuminate \Database \Schema \Blueprint ;
9
- use Illuminate \Foundation \Testing \DatabaseMigrations ;
9
+ use Illuminate \Foundation \Testing \RefreshDatabase ;
10
10
use Illuminate \Support \Facades \Schema ;
11
11
use NadLambino \Uploadable \UploadableServiceProvider ;
12
12
use Orchestra \Testbench \TestCase as Orchestra ;
13
13
14
14
class TestCase extends Orchestra
15
15
{
16
- use DatabaseMigrations ;
16
+ use RefreshDatabase ;
17
17
18
18
protected function setUp (): void
19
19
{
You can’t perform that action at this time.
0 commit comments