summaryrefslogtreecommitdiff
path: root/tests/app/Elements/LdsSpouseSealingDateStatusTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Elements/LdsSpouseSealingDateStatusTest.php')
-rw-r--r--tests/app/Elements/LdsSpouseSealingDateStatusTest.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/app/Elements/LdsSpouseSealingDateStatusTest.php b/tests/app/Elements/LdsSpouseSealingDateStatusTest.php
index db940ec786..71786ea1b1 100644
--- a/tests/app/Elements/LdsSpouseSealingDateStatusTest.php
+++ b/tests/app/Elements/LdsSpouseSealingDateStatusTest.php
@@ -19,12 +19,11 @@ declare(strict_types=1);
namespace Fisharebest\Webtrees\Elements;
-/**
- * Test harness for the class LdsSpouseSealingDateStatus
- *
- * @covers \Fisharebest\Webtrees\Elements\AbstractElement
- * @covers \Fisharebest\Webtrees\Elements\LdsSpouseSealingDateStatus
- */
+use PHPUnit\Framework\Attributes\CoversClass;
+
+
+#[CoversClass(AbstractElement::class)]
+#[CoversClass(LdsSpouseSealingDateStatus::class)]
class LdsSpouseSealingDateStatusTest extends AbstractElementTestCase
{
/**