summaryrefslogtreecommitdiff
path: root/tests/app/Module/MapLinkGoogleTest.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/MapLinkGoogleTest.php
parent2714b2023fefa2b35c4c83f752df8c1e79a0378a (diff)
downloadwebtrees-a6305e6047f26d536d849acd709f6e8bad1366d9.tar.gz
webtrees-a6305e6047f26d536d849acd709f6e8bad1366d9.tar.bz2
webtrees-a6305e6047f26d536d849acd709f6e8bad1366d9.zip
Import missing CoversTrait class
Diffstat (limited to 'tests/app/Module/MapLinkGoogleTest.php')
-rw-r--r--tests/app/Module/MapLinkGoogleTest.php1
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)]