diff options
Diffstat (limited to 'tests/app/Census/CensusOfFrance1831Test.php')
| -rw-r--r-- | tests/app/Census/CensusOfFrance1831Test.php | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/app/Census/CensusOfFrance1831Test.php b/tests/app/Census/CensusOfFrance1831Test.php index 417bd70edb..af14c15fd8 100644 --- a/tests/app/Census/CensusOfFrance1831Test.php +++ b/tests/app/Census/CensusOfFrance1831Test.php @@ -20,16 +20,15 @@ declare(strict_types=1); namespace Fisharebest\Webtrees\Census; use Fisharebest\Webtrees\TestCase; +use PHPUnit\Framework\Attributes\CoversClass; -/** - * Test harness for the class CensusOfFrance1836 - */ + +#[CoversClass(CensusOfFrance1831::class)] +#[CoversClass(AbstractCensusColumn::class)] class CensusOfFrance1831Test extends TestCase { /** * Test the census place and date - * - * @covers \Fisharebest\Webtrees\Census\CensusOfFrance1831 */ public function testPlaceAndDate(): void { @@ -41,9 +40,6 @@ class CensusOfFrance1831Test extends TestCase /** * Test the census columns - * - * @covers \Fisharebest\Webtrees\Census\CensusOfFrance1831 - * @covers \Fisharebest\Webtrees\Census\AbstractCensusColumn */ public function testColumns(): void { |
