diff options
Diffstat (limited to 'tests/app/Module/MapLinkGoogleTest.php')
| -rw-r--r-- | tests/app/Module/MapLinkGoogleTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/app/Module/MapLinkGoogleTest.php b/tests/app/Module/MapLinkGoogleTest.php index 4cdd9b2f88..594c2bb5d5 100644 --- a/tests/app/Module/MapLinkGoogleTest.php +++ b/tests/app/Module/MapLinkGoogleTest.php @@ -24,6 +24,7 @@ use Fisharebest\Webtrees\Fact; use Fisharebest\Webtrees\Individual; use Fisharebest\Webtrees\TestCase; use PHPUnit\Framework\Attributes\CoversClass; +use PHPUnit\Framework\Attributes\CoversTrait; #[CoversClass(MapLinkBing::class)] #[CoversTrait(ModuleMapLinkTrait::class)] |
