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