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