Remove CreatesApplication testing trait

This commit is contained in:
Shift
2024-03-18 16:13:36 +00:00
parent c3c694de26
commit 3f1527508e
2 changed files with 1 additions and 22 deletions

View File

@@ -6,5 +6,5 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
//
}