From 2e12c14e07bb9f7af0800c227b08b85c6b002d1c Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 12 Feb 2025 01:19:48 +0300 Subject: [PATCH] Unnecessary test classes are removed --- tests/CreatesApplication.php | 18 ------------------ tests/Pest.php | 4 +++- tests/TestCase.php | 10 ---------- 3 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 tests/CreatesApplication.php delete mode 100644 tests/TestCase.php diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php deleted file mode 100644 index c1f336f..0000000 --- a/tests/CreatesApplication.php +++ /dev/null @@ -1,18 +0,0 @@ -make(Kernel::class)->bootstrap(); - - return $app; - } -} diff --git a/tests/Pest.php b/tests/Pest.php index 56aaaca..d2e5249 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -1,3 +1,5 @@ in('Unit'); +use LaravelZero\Framework\Testing\TestCase; + +uses(TestCase::class)->in('Unit'); diff --git a/tests/TestCase.php b/tests/TestCase.php deleted file mode 100644 index 50602b9..0000000 --- a/tests/TestCase.php +++ /dev/null @@ -1,10 +0,0 @@ -