From 99fb3b8c456437d2d6e742746367136bd18af333 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Thu, 6 Jun 2019 13:49:27 +0200 Subject: [PATCH] Remove example test --- 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 f31e495c..00000000 --- a/tests/Feature/ExampleTest.php +++ /dev/null @@ -1,21 +0,0 @@ -get('/'); - - $response->assertStatus(200); - } -}