add feature breeze

This commit is contained in:
pesu98
2026-05-11 10:34:08 +08:00
parent b51f5eb73e
commit bde907f7cd
63 changed files with 3196 additions and 58 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');
/*