From f398f8861044846d69ca0d6db3cee03e6513f2ee Mon Sep 17 00:00:00 2001 From: NoAvatar Date: Wed, 16 Oct 2024 02:42:45 +1000 Subject: [PATCH] Delete example feature test --- tests/Feature/ExampleTest.php | 19 ------------------- 1 file changed, 19 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 8364a84..0000000 --- a/tests/Feature/ExampleTest.php +++ /dev/null @@ -1,19 +0,0 @@ -get('/'); - - $response->assertStatus(200); - } -}