diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php deleted file mode 100644 index 79b3946f..00000000 --- a/tests/CreatesApplication.php +++ /dev/null @@ -1,30 +0,0 @@ -make(Kernel::class)->bootstrap(); - - return $app; - } -} diff --git a/tests/TestCase.php b/tests/TestCase.php index 90bb3498..5093b50c 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -15,5 +15,4 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { - use CreatesApplication; }