File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 44
55use Illuminate \Foundation \Testing \RefreshDatabase ;
66use Tests \Feature \AuthenticationSupport ;
7+ use Tests \TestCase ;
78
89/*
910|--------------------------------------------------------------------------
1617|
1718*/
1819
19- uses (Tests \TestCase::class, RefreshDatabase::class, AuthenticationSupport::class)->in (__DIR__ .'/../contexts/*/Tests/Feature ' );
20- uses (Tests \TestCase::class, RefreshDatabase::class, AuthenticationSupport::class)->in (__DIR__ .'/../tests/Feature ' );
20+ pest ()
21+ ->extends (TestCase::class)
22+ ->use (RefreshDatabase::class, AuthenticationSupport::class)
23+ ->in (__DIR__ .'/../contexts/*/Tests/Feature ' , __DIR__ .'/../tests/Feature ' );
2124
2225/*
2326|--------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments