summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfDenmark1921Test.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-02-17 22:17:07 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-02-19 10:07:54 +0000
commit063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24 (patch)
tree85c7ea6af6b79764880f7d49f2cf7e417808eaed /tests/app/Census/CensusOfDenmark1921Test.php
parent67310607fd01ff3b0380e628afce6d7844afc00a (diff)
downloadwebtrees-063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24.tar.gz
webtrees-063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24.tar.bz2
webtrees-063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24.zip
PHPdoc and PHPstan issues
Diffstat (limited to 'tests/app/Census/CensusOfDenmark1921Test.php')
-rw-r--r--tests/app/Census/CensusOfDenmark1921Test.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/app/Census/CensusOfDenmark1921Test.php b/tests/app/Census/CensusOfDenmark1921Test.php
index f7ba17c6b7..076a307c79 100644
--- a/tests/app/Census/CensusOfDenmark1921Test.php
+++ b/tests/app/Census/CensusOfDenmark1921Test.php
@@ -26,9 +26,6 @@ use PHPUnit\Framework\Attributes\CoversClass;
#[CoversClass(AbstractCensusColumn::class)]
class CensusOfDenmark1921Test extends TestCase
{
- /**
- * Test the census place and date
- */
public function testPlaceAndDate(): void
{
$census = new CensusOfDenmark1921();
@@ -37,9 +34,6 @@ class CensusOfDenmark1921Test extends TestCase
self::assertSame('01 FEB 1921', $census->censusDate());
}
- /**
- * Test the census columns
- */
public function testColumns(): void
{
$census = new CensusOfDenmark1921();