diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 552dfbf8..b22228a9 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -9,10 +9,7 @@ class ExampleTest extends TestCase { */ public function testBasicExample() { - $response = $this->call('GET', '/'); - $this->assertEquals(200, $response->getStatusCode()); - $this->assertFalse(4); } } diff --git a/tests/UserTest.php b/tests/UserTest.php deleted file mode 100644 index 05ee73f7..00000000 --- a/tests/UserTest.php +++ /dev/null @@ -1,18 +0,0 @@ -assertTrue(true); - } -}