diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2020-03-14 12:59:36 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2020-03-14 12:59:36 +0000 |
| commit | d5b0584dbc729158e086571dbfaad5c22f82f0ef (patch) | |
| tree | 4ffb12f533a5a8505ae2380ffca06d67cbd0c9c5 /tests/app/Census/CensusOfScotland1901Test.php | |
| parent | 1f646e4aa6e5c5701b125544c0528ba24547338b (diff) | |
| download | webtrees-d5b0584dbc729158e086571dbfaad5c22f82f0ef.tar.gz webtrees-d5b0584dbc729158e086571dbfaad5c22f82f0ef.tar.bz2 webtrees-d5b0584dbc729158e086571dbfaad5c22f82f0ef.zip | |
#3109 - generate census columns using census language
Diffstat (limited to 'tests/app/Census/CensusOfScotland1901Test.php')
| -rw-r--r-- | tests/app/Census/CensusOfScotland1901Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusOfScotland1901Test.php b/tests/app/Census/CensusOfScotland1901Test.php index 16f9e4452c..e8e900d979 100644 --- a/tests/app/Census/CensusOfScotland1901Test.php +++ b/tests/app/Census/CensusOfScotland1901Test.php @@ -56,7 +56,7 @@ class CensusOfScotland1901Test extends TestCase $this->assertCount(11, $columns); $this->assertInstanceOf(CensusColumnFullName::class, $columns[0]); - $this->assertInstanceOf(CensusColumnRelationToHead::class, $columns[1]); + $this->assertInstanceOf(CensusColumnRelationToHeadEnglish::class, $columns[1]); $this->assertInstanceOf(CensusColumnConditionEnglish::class, $columns[2]); $this->assertInstanceOf(CensusColumnAgeMale::class, $columns[3]); $this->assertInstanceOf(CensusColumnAgeFemale::class, $columns[4]); |
