summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfDenmark1870Test.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-10-07 14:36:38 +0100
committerGreg Roach <fisharebest@gmail.com>2015-10-07 16:55:08 +0100
commit73d4df5697e11119127dcc21ce1e5d412c14d457 (patch)
tree49e4d4add955fb4d95dc6b261121d36e912403f0 /tests/app/Census/CensusOfDenmark1870Test.php
parentb26116c93fc2030fb2b07a782c69484dc7536947 (diff)
downloadwebtrees-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.php2
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]);