summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfDenmark1880Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Census/CensusOfDenmark1880Test.php')
-rw-r--r--tests/app/Census/CensusOfDenmark1880Test.php12
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/app/Census/CensusOfDenmark1880Test.php b/tests/app/Census/CensusOfDenmark1880Test.php
index 6bef368256..62ee528adb 100644
--- a/tests/app/Census/CensusOfDenmark1880Test.php
+++ b/tests/app/Census/CensusOfDenmark1880Test.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 CensusOfDenmark1880
- */
+
+#[CoversClass(CensusOfDenmark1880::class)]
+#[CoversClass(AbstractCensusColumn::class)]
class CensusOfDenmark1880Test extends TestCase
{
/**
* Test the census place and date
- *
- * @covers \Fisharebest\Webtrees\Census\CensusOfDenmark1880
*/
public function testPlaceAndDate(): void
{
@@ -41,9 +40,6 @@ class CensusOfDenmark1880Test extends TestCase
/**
* Test the census columns
- *
- * @covers \Fisharebest\Webtrees\Census\CensusOfDenmark1880
- * @covers \Fisharebest\Webtrees\Census\AbstractCensusColumn
*/
public function testColumns(): void
{