diff options
Diffstat (limited to 'tests/app/Module/OccupationReportModuleTest.php')
| -rw-r--r-- | tests/app/Module/OccupationReportModuleTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/app/Module/OccupationReportModuleTest.php b/tests/app/Module/OccupationReportModuleTest.php index d7fa717ed3..58583d507a 100644 --- a/tests/app/Module/OccupationReportModuleTest.php +++ b/tests/app/Module/OccupationReportModuleTest.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; #[CoversTrait(ModuleReportTrait::class)] #[CoversClass(PedigreeReportModule::class)] |
