summaryrefslogtreecommitdiff
path: root/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php')
-rw-r--r--tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php b/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php
index a1e566551f..781042b14d 100644
--- a/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php
+++ b/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Http\Exceptions;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(HttpNotFoundException::class)]
class HttpNotFoundExceptionTest extends TestCase
{