diff options
Diffstat (limited to 'tests/app/Elements/GenerationsOfDescendantsTest.php')
| -rw-r--r-- | tests/app/Elements/GenerationsOfDescendantsTest.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/app/Elements/GenerationsOfDescendantsTest.php b/tests/app/Elements/GenerationsOfDescendantsTest.php index 1a87873b43..4001519c0a 100644 --- a/tests/app/Elements/GenerationsOfDescendantsTest.php +++ b/tests/app/Elements/GenerationsOfDescendantsTest.php @@ -19,12 +19,11 @@ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; -/** - * Test harness for the class GenerationsOfDescendants - * - * @covers \Fisharebest\Webtrees\Elements\AbstractElement - * @covers \Fisharebest\Webtrees\Elements\GenerationsOfDescendants - */ +use PHPUnit\Framework\Attributes\CoversClass; + + +#[CoversClass(AbstractElement::class)] +#[CoversClass(GenerationsOfDescendants::class)] class GenerationsOfDescendantsTest extends AbstractElementTestCase { /** |
