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 @@ -