From 0e63da66089dcd799c190dd154ded9543b526f31 Mon Sep 17 00:00:00 2001 From: manel Date: Thu, 2 Nov 2023 13:36:24 +0100 Subject: [PATCH] Remove example tests --- tests/Feature/ExampleTest.php | 13 ------------- tests/Unit/ExampleTest.php | 5 ----- 2 files changed, 18 deletions(-) delete mode 100644 tests/Feature/ExampleTest.php delete mode 100644 tests/Unit/ExampleTest.php diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php deleted file mode 100644 index e3df339..0000000 --- a/tests/Feature/ExampleTest.php +++ /dev/null @@ -1,13 +0,0 @@ -actingAs( - User::factory()->create() - ); - - $response = $this->get('/'); - - $response->assertStatus(200); -}); diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php deleted file mode 100644 index 44a4f33..0000000 --- a/tests/Unit/ExampleTest.php +++ /dev/null @@ -1,5 +0,0 @@ -toBeTrue(); -});