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