summaryrefslogtreecommitdiff
path: root/tests/app/Module/PedigreeReportModuleTest.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2024-09-10 09:38:05 +0100
committerGreg Roach <greg@subaqua.co.uk>2024-09-10 09:38:05 +0100
commita6305e6047f26d536d849acd709f6e8bad1366d9 (patch)
tree74a91ded296a1eb20c3650835f5220e06d5e7071 /tests/app/Module/PedigreeReportModuleTest.php
parent2714b2023fefa2b35c4c83f752df8c1e79a0378a (diff)
downloadwebtrees-a6305e6047f26d536d849acd709f6e8bad1366d9.tar.gz
webtrees-a6305e6047f26d536d849acd709f6e8bad1366d9.tar.bz2
webtrees-a6305e6047f26d536d849acd709f6e8bad1366d9.zip
Import missing CoversTrait class
Diffstat (limited to 'tests/app/Module/PedigreeReportModuleTest.php')
-rw-r--r--tests/app/Module/PedigreeReportModuleTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/app/Module/PedigreeReportModuleTest.php b/tests/app/Module/PedigreeReportModuleTest.php
index d451e46831..caf225f85a 100644
--- a/tests/app/Module/PedigreeReportModuleTest.php
+++ b/tests/app/Module/PedigreeReportModuleTest.php
@@ -51,6 +51,7 @@ use Fisharebest\Webtrees\Report\TcpdfWrapper;
use Fisharebest\Webtrees\Services\UserService;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
+use PHPUnit\Framework\Attributes\CoversTrait;
#[CoversClass(PedigreeReportModule::class)]
#[CoversTrait(ModuleReportTrait::class)]