From 5269a15bcffe0a5084092fc61f445c0bee588baa Mon Sep 17 00:00:00 2001 From: Horus Date: Thu, 14 Jan 2021 12:09:03 +0100 Subject: Delete Laravel app. --- tests/Feature/ExampleTest.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tests/Feature/ExampleTest.php (limited to 'tests/Feature/ExampleTest.php') diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php deleted file mode 100644 index cdb5111..0000000 --- a/tests/Feature/ExampleTest.php +++ /dev/null @@ -1,21 +0,0 @@ -get('/'); - - $response->assertStatus(200); - } -} -- cgit v1.2.3