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