Removed unused Test
Some checks failed
linter / quality (push) Failing after 1h53m55s
tests / ci (8.5) (push) Failing after 12m34s
tests / ci (8.4) (push) Failing after 14m6s

This commit is contained in:
2026-03-22 11:44:21 +01:00
parent 03d8688f56
commit 47991fe736

View File

@@ -1,18 +0,0 @@
<?php
namespace Tests\Feature;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;
class ExampleTest extends TestCase
{
use RefreshDatabase;
// public function test_returns_a_successful_response()
// {
// $response = $this->get(route('home'));
// $response->assertOk();
// }
}