summaryrefslogtreecommitdiff
path: root/tests/app/Module/RecentChangesModuleTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Module/RecentChangesModuleTest.php')
-rw-r--r--tests/app/Module/RecentChangesModuleTest.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/app/Module/RecentChangesModuleTest.php b/tests/app/Module/RecentChangesModuleTest.php
index 83f7b3360d..deb84e8bc5 100644
--- a/tests/app/Module/RecentChangesModuleTest.php
+++ b/tests/app/Module/RecentChangesModuleTest.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 RecentChangesModule
- *
- * @covers \Fisharebest\Webtrees\Module\RecentChangesModule
- */
+
+#[CoversClass(RecentChangesModule::class)]
class RecentChangesModuleTest extends TestCase
{
/**