diff options
Diffstat (limited to 'tests/TestCase.php')
-rw-r--r-- | tests/TestCase.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/TestCase.php b/tests/TestCase.php deleted file mode 100644 index 2932d4a..0000000 --- a/tests/TestCase.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -namespace Tests; - -use Illuminate\Foundation\Testing\TestCase as BaseTestCase; - -abstract class TestCase extends BaseTestCase -{ - use CreatesApplication; -} |