Skip to content

Commit 780fd56

Browse files
committed
feat: extend Pest test case for core feature tests
1 parent 4a59dd7 commit 780fd56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Pest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
1818
->in('Feature');
1919

20+
pest()->extend(Tests\TestCase::class)
21+
->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
22+
->in('../filapress-core/tests/Feature');
23+
2024
/*
2125
|--------------------------------------------------------------------------
2226
| Expectations

0 commit comments

Comments
 (0)