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/CensusOfDenmark1870Test.php | |
| parent | b26116c93fc2030fb2b07a782c69484dc7536947 (diff) | |
| download | webtrees-73d4df5697e11119127dcc21ce1e5d412c14d457.tar.gz webtrees-73d4df5697e11119127dcc21ce1e5d412c14d457.tar.bz2 webtrees-73d4df5697e11119127dcc21ce1e5d412c14d457.zip | |
phpunit
Diffstat (limited to 'tests/app/Census/CensusOfDenmark1870Test.php')
| -rw-r--r-- | tests/app/Census/CensusOfDenmark1870Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusOfDenmark1870Test.php b/tests/app/Census/CensusOfDenmark1870Test.php index 37c2c30a8b..3350c61103 100644 --- a/tests/app/Census/CensusOfDenmark1870Test.php +++ b/tests/app/Census/CensusOfDenmark1870Test.php @@ -46,7 +46,7 @@ class CensusOfDenmark1870Test extends \PHPUnit_Framework_TestCase { $this->assertCount(8, $columns); $this->assertInstanceOf(CensusColumnFullName::class, $columns[0]); $this->assertInstanceOf(CensusColumnAge::class, $columns[1]); - $this->assertInstanceOf(CensusColumnCondition::class, $columns[2]); + $this->assertInstanceOf(CensusColumnConditionEnglish::class, $columns[2]); $this->assertInstanceOf(CensusColumnRelationToHead::class, $columns[3]); $this->assertInstanceOf(CensusColumnOccupation::class, $columns[4]); $this->assertInstanceOf(CensusColumnBirthPlace::class, $columns[5]); |
