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