We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a59dd7 commit 780fd56Copy full SHA for 780fd56
tests/Pest.php
@@ -17,6 +17,10 @@
17
->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
18
->in('Feature');
19
20
+pest()->extend(Tests\TestCase::class)
21
+ ->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
22
+ ->in('../filapress-core/tests/Feature');
23
+
24
/*
25
|--------------------------------------------------------------------------
26
| Expectations
0 commit comments