diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php deleted file mode 100644 index 547152f6..00000000 --- a/tests/CreatesApplication.php +++ /dev/null @@ -1,22 +0,0 @@ -make(Kernel::class)->bootstrap(); - - return $app; - } -} diff --git a/tests/TestCase.php b/tests/TestCase.php index 606b7358..555f2c4a 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -21,7 +21,6 @@ use Zoomyboy\TableDocument\TestsExcelDocuments; class TestCase extends BaseTestCase { - use CreatesApplication; use TestsInertia; use MakesHttpCalls; use TestsExcelDocuments;