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/CensusOfDenmark1787Test.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tests/app/Census/CensusOfDenmark1787Test.php') diff --git a/tests/app/Census/CensusOfDenmark1787Test.php b/tests/app/Census/CensusOfDenmark1787Test.php index fe38765090..d37a18ce82 100644 --- a/tests/app/Census/CensusOfDenmark1787Test.php +++ b/tests/app/Census/CensusOfDenmark1787Test.php @@ -49,5 +49,19 @@ class CensusOfDenmark1787Test extends \PHPUnit_Framework_TestCase { $this->assertInstanceOf(CensusColumnRelationToHead::class, $columns[3]); $this->assertInstanceOf(CensusColumnOccupation::class, $columns[4]); $this->assertInstanceOf(CensusColumnBirthPlace::class, $columns[5]); + + $this->assertSame('', $columns[0]->abbreviation()); + $this->assertSame('', $columns[1]->abbreviation()); + $this->assertSame('', $columns[2]->abbreviation()); + $this->assertSame('', $columns[3]->abbreviation()); + $this->assertSame('', $columns[4]->abbreviation()); + $this->assertSame('', $columns[5]->abbreviation()); + + $this->assertSame('', $columns[0]->title()); + $this->assertSame('', $columns[1]->title()); + $this->assertSame('', $columns[2]->title()); + $this->assertSame('', $columns[3]->title()); + $this->assertSame('', $columns[4]->title()); + $this->assertSame('', $columns[5]->title()); } } -- cgit v1.3