diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-10-07 14:36:38 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-10-07 16:55:08 +0100 |
| commit | 73d4df5697e11119127dcc21ce1e5d412c14d457 (patch) | |
| tree | 49e4d4add955fb4d95dc6b261121d36e912403f0 /tests/app/Census/CensusOfDenmark1921Test.php | |
| parent | b26116c93fc2030fb2b07a782c69484dc7536947 (diff) | |
| download | webtrees-73d4df5697e11119127dcc21ce1e5d412c14d457.tar.gz webtrees-73d4df5697e11119127dcc21ce1e5d412c14d457.tar.bz2 webtrees-73d4df5697e11119127dcc21ce1e5d412c14d457.zip | |
phpunit
Diffstat (limited to 'tests/app/Census/CensusOfDenmark1921Test.php')
| -rw-r--r-- | tests/app/Census/CensusOfDenmark1921Test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/Census/CensusOfDenmark1921Test.php b/tests/app/Census/CensusOfDenmark1921Test.php index 67cfef7edc..de74a5488c 100644 --- a/tests/app/Census/CensusOfDenmark1921Test.php +++ b/tests/app/Census/CensusOfDenmark1921Test.php @@ -45,9 +45,9 @@ class CensusOfDenmark1921Test extends \PHPUnit_Framework_TestCase { $this->assertCount(11, $columns); $this->assertInstanceOf(CensusColumnFullName::class, $columns[0]); - $this->assertInstanceOf(CensusColumnAge::class, $columns[1]); + $this->assertInstanceOf(CensusColumnDateOfBirth::class, $columns[1]); $this->assertInstanceOf(CensusColumnSexMF::class, $columns[2]); - $this->assertInstanceOf(CensusColumnCondition::class, $columns[3]); + $this->assertInstanceOf(CensusColumnConditionEnglish::class, $columns[3]); $this->assertInstanceOf(CensusColumnRelationToHead::class, $columns[4]); $this->assertInstanceOf(CensusColumnOccupation::class, $columns[5]); $this->assertInstanceOf(CensusColumnBirthPlace::class, $columns[6]); |
