From d4eb62ff61048c5252eb7e5751033780824b1287 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sun, 13 Jun 2021 11:31:01 +0200 Subject: [PATCH] fixup! Remove exampleTest --- tests/Feature/ExampleTest.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tests/Feature/ExampleTest.php diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php deleted file mode 100644 index cdb51119..00000000 --- a/tests/Feature/ExampleTest.php +++ /dev/null @@ -1,21 +0,0 @@ -get('/'); - - $response->assertStatus(200); - } -}