From 0a5590d533386f676253f390801ac8b597ce159c Mon Sep 17 00:00:00 2001 From: philipp lang Date: Thu, 12 Dec 2024 13:56:13 +0100 Subject: [PATCH] Remove CreatesApplication Trait --- tests/CreatesApplication.php | 22 ---------------------- tests/TestCase.php | 1 - 2 files changed, 23 deletions(-) delete mode 100644 tests/CreatesApplication.php 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;