diff options
Diffstat (limited to 'tests/app/Module/MapLinkBingTest.php')
| -rw-r--r-- | tests/app/Module/MapLinkBingTest.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/app/Module/MapLinkBingTest.php b/tests/app/Module/MapLinkBingTest.php index 31568f75a9..78608baa56 100644 --- a/tests/app/Module/MapLinkBingTest.php +++ b/tests/app/Module/MapLinkBingTest.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 MapLinkBingTest extends TestCase { public function testNoCoordinates(): void |
