diff options
Diffstat (limited to 'tests/app/Module/MapLinkGoogleTest.php')
| -rw-r--r-- | tests/app/Module/MapLinkGoogleTest.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/app/Module/MapLinkGoogleTest.php b/tests/app/Module/MapLinkGoogleTest.php index 164da70b6f..f3f3902ed6 100644 --- a/tests/app/Module/MapLinkGoogleTest.php +++ b/tests/app/Module/MapLinkGoogleTest.php @@ -23,11 +23,10 @@ use DOMDocument; use Fisharebest\Webtrees\Fact; use Fisharebest\Webtrees\Individual; use Fisharebest\Webtrees\TestCase; +use PHPUnit\Framework\Attributes\CoversClass; -/** - * @covers \Fisharebest\Webtrees\Module\MapLinkBing - * @covers \Fisharebest\Webtrees\Module\ModuleMapLinkTrait - */ +#[CoversClass(MapLinkBing::class)] +#[CoversClass(ModuleMapLinkTrait::class)] class MapLinkGoogleTest extends TestCase { public function testNoCoordinates(): void |
