diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2024-09-10 09:38:05 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2024-09-10 09:38:05 +0100 |
| commit | a6305e6047f26d536d849acd709f6e8bad1366d9 (patch) | |
| tree | 74a91ded296a1eb20c3650835f5220e06d5e7071 /tests/app/Module/MapLinkGoogleTest.php | |
| parent | 2714b2023fefa2b35c4c83f752df8c1e79a0378a (diff) | |
| download | webtrees-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.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)] |
