diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-09-26 21:59:14 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-09-26 21:59:14 +0100 |
| commit | 40150762995019e237299a92690fdc53f25e4ccf (patch) | |
| tree | 17c846ae64f14a5def3a4538ad3135a62c57aaa4 /tests/app/Census/CensusOfScotland1841Test.php | |
| parent | 289506e348104ebaf4aad14d2f3e735c97b86b73 (diff) | |
| download | webtrees-40150762995019e237299a92690fdc53f25e4ccf.tar.gz webtrees-40150762995019e237299a92690fdc53f25e4ccf.tar.bz2 webtrees-40150762995019e237299a92690fdc53f25e4ccf.zip | |
Census definitions
Diffstat (limited to 'tests/app/Census/CensusOfScotland1841Test.php')
| -rw-r--r-- | tests/app/Census/CensusOfScotland1841Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusOfScotland1841Test.php b/tests/app/Census/CensusOfScotland1841Test.php index 012b597e48..e9d0b0ae61 100644 --- a/tests/app/Census/CensusOfScotland1841Test.php +++ b/tests/app/Census/CensusOfScotland1841Test.php @@ -47,7 +47,7 @@ class CensusOfScotland1841Test extends \PHPUnit_Framework_TestCase { $this->assertInstanceOf(CensusColumnAgeMale5Years::class, $columns[1]); $this->assertInstanceOf(CensusColumnAgeFemale5Years::class, $columns[2]); $this->assertInstanceOf(CensusColumnOccupation::class, $columns[3]); - $this->assertInstanceOf(CensusColumnBornSameCounty::class, $columns[4]); + $this->assertInstanceOf(CensusColumnNull::class, $columns[4]); $this->assertInstanceOf(CensusColumnBornForeignParts::class, $columns[5]); $this->assertSame('Name', $columns[0]->abbreviation()); |
