diff options
Diffstat (limited to 'tests/app/Module/TopPageViewsModuleTest.php')
| -rw-r--r-- | tests/app/Module/TopPageViewsModuleTest.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/app/Module/TopPageViewsModuleTest.php b/tests/app/Module/TopPageViewsModuleTest.php index 736605f778..6d77fb0684 100644 --- a/tests/app/Module/TopPageViewsModuleTest.php +++ b/tests/app/Module/TopPageViewsModuleTest.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 TopPageViewsModule - * - * @covers \Fisharebest\Webtrees\Module\TopPageViewsModule - */ + +#[CoversClass(TopPageViewsModule::class)] class TopPageViewsModuleTest extends TestCase { /** |
