From 87aa942e0b5f4d03f568eb0bf980ab7d9708376b Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Sun, 22 Mar 2026 11:20:45 +0100 Subject: [PATCH] Removed unused test --- tests/Feature/ExampleTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index 77932df..943c874 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -9,10 +9,10 @@ class ExampleTest extends TestCase { use RefreshDatabase; - public function test_returns_a_successful_response() - { - $response = $this->get(route('home')); + // public function test_returns_a_successful_response() + // { + // $response = $this->get(route('home')); - $response->assertOk(); - } + // $response->assertOk(); + // } }