diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php deleted file mode 100644 index 7e81d37a..00000000 --- a/tests/ExampleTest.php +++ /dev/null @@ -1,19 +0,0 @@ -visit('/') - ->see('Laravel 5'); - } -} diff --git a/tests/TestCase.php b/tests/TestCase.php deleted file mode 100644 index 8578b17e..00000000 --- a/tests/TestCase.php +++ /dev/null @@ -1,25 +0,0 @@ -make(Illuminate\Contracts\Console\Kernel::class)->bootstrap(); - - return $app; - } -}