From 40150762995019e237299a92690fdc53f25e4ccf Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sat, 26 Sep 2015 21:59:14 +0100 Subject: Census definitions --- tests/app/Census/CensusOfScotland1841Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/app/Census/CensusOfScotland1841Test.php') 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()); -- cgit v1.3