This commit is contained in:
Saufi
2026-05-11 12:09:56 +08:00
parent aed07c19e4
commit 0b3705573c
64 changed files with 2969 additions and 106 deletions

View File

@@ -10,12 +10,12 @@ use Tests\TestCase;
|
| The closure you provide to your test functions is always bound to a specific PHPUnit test
| case class. By default, that class is "PHPUnit\Framework\TestCase". Of course, you may
| need to change it using the "pest()" function to bind different classes or traits.
| need to change it using the "pest()" function to bind a different classes or traits.
|
*/
pest()->extend(TestCase::class)
// ->use(RefreshDatabase::class)
->use(RefreshDatabase::class)
->in('Feature');
/*