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