summaryrefslogtreecommitdiff
path: root/tests/app/Module/RelativesTabModuleTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Module/RelativesTabModuleTest.php')
-rw-r--r--tests/app/Module/RelativesTabModuleTest.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/app/Module/RelativesTabModuleTest.php b/tests/app/Module/RelativesTabModuleTest.php
index 210808a16f..2857b04467 100644
--- a/tests/app/Module/RelativesTabModuleTest.php
+++ b/tests/app/Module/RelativesTabModuleTest.php
@@ -20,12 +20,10 @@ declare(strict_types=1);
namespace Fisharebest\Webtrees\Module;
use Fisharebest\Webtrees\TestCase;
+use PHPUnit\Framework\Attributes\CoversClass;
-/**
- * Test harness for the class RelativesTabModule
- *
- * @covers \Fisharebest\Webtrees\Module\RelativesTabModule
- */
+
+#[CoversClass(RelativesTabModule::class)]
class RelativesTabModuleTest extends TestCase
{
/**