From 202c018b592d5a516e4a465dc6dc515f3be37399 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Tue, 26 Mar 2024 11:38:51 +0000 Subject: PHPUnit 11 deprecates docblocks, use annotations instead --- tests/app/SoundexTest.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tests/app/SoundexTest.php') diff --git a/tests/app/SoundexTest.php b/tests/app/SoundexTest.php index 50581fcda7..a9f7b6e2c6 100644 --- a/tests/app/SoundexTest.php +++ b/tests/app/SoundexTest.php @@ -19,11 +19,10 @@ declare(strict_types=1); namespace Fisharebest\Webtrees; -/** - * Test harness for the class Soundex - * - * @covers \Fisharebest\Webtrees\Soundex - */ +use PHPUnit\Framework\Attributes\CoversClass; + + +#[CoversClass(Soundex::class)] class SoundexTest extends TestCase { /** -- cgit v1.3