From f0ce9d633a4f6b97ad44ed04a37e6a7ea9048352 Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 10 Jul 2025 18:54:07 +0000 Subject: [PATCH] Remove `createApplication` method --- tests/CreatesApplication.php | 23 ----------------------- tests/TestCase.php | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 tests/CreatesApplication.php diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php deleted file mode 100644 index e2dc0db5..00000000 --- a/tests/CreatesApplication.php +++ /dev/null @@ -1,23 +0,0 @@ -loadEnvironmentFrom('tests/.env.testing'); - - $app->make(Kernel::class)->bootstrap(); - - return $app; - } -} \ No newline at end of file diff --git a/tests/TestCase.php b/tests/TestCase.php index 2932d4a6..fe1ffc2f 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -6,5 +6,5 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { - use CreatesApplication; + // }