diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-10-22 23:27:47 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-10-22 23:27:47 +0100 |
| commit | a4500ed5f20510414ab3cde59bd1a55abbf68700 (patch) | |
| tree | a48845504265da1faf4714168237ff7e00ee24af /tests/app/Census/CensusOfDenmark1921Test.php | |
| parent | 884b36a7f2ed93d36034ab149143f4bd646d4437 (diff) | |
| download | webtrees-a4500ed5f20510414ab3cde59bd1a55abbf68700.tar.gz webtrees-a4500ed5f20510414ab3cde59bd1a55abbf68700.tar.bz2 webtrees-a4500ed5f20510414ab3cde59bd1a55abbf68700.zip | |
US 1880 census
Diffstat (limited to 'tests/app/Census/CensusOfDenmark1921Test.php')
| -rw-r--r-- | tests/app/Census/CensusOfDenmark1921Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusOfDenmark1921Test.php b/tests/app/Census/CensusOfDenmark1921Test.php index de74a5488c..1e59bc0fe8 100644 --- a/tests/app/Census/CensusOfDenmark1921Test.php +++ b/tests/app/Census/CensusOfDenmark1921Test.php @@ -45,7 +45,7 @@ class CensusOfDenmark1921Test extends \PHPUnit_Framework_TestCase { $this->assertCount(11, $columns); $this->assertInstanceOf(CensusColumnFullName::class, $columns[0]); - $this->assertInstanceOf(CensusColumnDateOfBirth::class, $columns[1]); + $this->assertInstanceOf(CensusColumnBirthDate::class, $columns[1]); $this->assertInstanceOf(CensusColumnSexMF::class, $columns[2]); $this->assertInstanceOf(CensusColumnConditionEnglish::class, $columns[3]); $this->assertInstanceOf(CensusColumnRelationToHead::class, $columns[4]); |
