diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-07-12 19:56:13 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-07-12 19:56:23 +0100 |
| commit | de119d8e6a4552235cf47211db3ddebfc7cc1e68 (patch) | |
| tree | 02aea0433f93450a0b1d67c5465242021ed36ac7 /tests/app/Census | |
| parent | 0eff905a2b398971b0652215ab0c373de1974793 (diff) | |
| download | webtrees-de119d8e6a4552235cf47211db3ddebfc7cc1e68.tar.gz webtrees-de119d8e6a4552235cf47211db3ddebfc7cc1e68.tar.bz2 webtrees-de119d8e6a4552235cf47211db3ddebfc7cc1e68.zip | |
Fix: typo in Danish censuses
Diffstat (limited to 'tests/app/Census')
| -rw-r--r-- | tests/app/Census/CensusOfDenmark1925Test.php | 2 | ||||
| -rw-r--r-- | tests/app/Census/CensusOfDenmark1930Test.php | 2 | ||||
| -rw-r--r-- | tests/app/Census/CensusOfDenmark1940Test.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/app/Census/CensusOfDenmark1925Test.php b/tests/app/Census/CensusOfDenmark1925Test.php index c3350c0913..4ea7174a45 100644 --- a/tests/app/Census/CensusOfDenmark1925Test.php +++ b/tests/app/Census/CensusOfDenmark1925Test.php @@ -72,7 +72,7 @@ class CensusOfDenmark1925Test extends TestCase self::assertSame('Fødselsdag', $columns[2]->abbreviation()); self::assertSame('Fødselsaar', $columns[3]->abbreviation()); self::assertSame('Fødested', $columns[4]->abbreviation()); - self::assertSame('Statsbergerferhold', $columns[5]->abbreviation()); + self::assertSame('Statsborgerforhold', $columns[5]->abbreviation()); self::assertSame('Civilstand', $columns[6]->abbreviation()); self::assertSame('Stilling i familien', $columns[7]->abbreviation()); self::assertSame('Erhverv', $columns[8]->abbreviation()); diff --git a/tests/app/Census/CensusOfDenmark1930Test.php b/tests/app/Census/CensusOfDenmark1930Test.php index 5223dcc914..fb09961900 100644 --- a/tests/app/Census/CensusOfDenmark1930Test.php +++ b/tests/app/Census/CensusOfDenmark1930Test.php @@ -83,7 +83,7 @@ class CensusOfDenmark1930Test extends TestCase self::assertSame('Fødselsdag', $columns[6]->abbreviation()); self::assertSame('Fødselsaar', $columns[7]->abbreviation()); self::assertSame('Fødested', $columns[8]->abbreviation()); - self::assertSame('Statsbergerferhold', $columns[9]->abbreviation()); + self::assertSame('Statsborgerforhold', $columns[9]->abbreviation()); self::assertSame('Civilstand', $columns[10]->abbreviation()); self::assertSame('Stilling i familien', $columns[11]->abbreviation()); self::assertSame('Erhverv', $columns[12]->abbreviation()); diff --git a/tests/app/Census/CensusOfDenmark1940Test.php b/tests/app/Census/CensusOfDenmark1940Test.php index da07393e9e..9b1818267a 100644 --- a/tests/app/Census/CensusOfDenmark1940Test.php +++ b/tests/app/Census/CensusOfDenmark1940Test.php @@ -78,7 +78,7 @@ class CensusOfDenmark1940Test extends TestCase self::assertSame('Fødselsdag', $columns[4]->abbreviation()); self::assertSame('Fødselsaar', $columns[5]->abbreviation()); self::assertSame('Fødested', $columns[6]->abbreviation()); - self::assertSame('Statsbergerferhold', $columns[7]->abbreviation()); + self::assertSame('Statsborgerforhold', $columns[7]->abbreviation()); self::assertSame('Civilstand', $columns[8]->abbreviation()); self::assertSame('Indgaaelse', $columns[9]->abbreviation()); self::assertSame('Stilling i familien', $columns[10]->abbreviation()); |
