summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfDenmark1921Test.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-12-30 18:25:55 +0000
committerGreg Roach <fisharebest@gmail.com>2015-12-30 22:13:28 +0000
commit4c219c47822475f66a15a7a74d8bcf644e030cfe (patch)
tree457365fd94a525d1381e608ab40c2378fe10dfbd /tests/app/Census/CensusOfDenmark1921Test.php
parentab12429990b847d176a5fcc6bbccb7686a461d71 (diff)
downloadwebtrees-4c219c47822475f66a15a7a74d8bcf644e030cfe.tar.gz
webtrees-4c219c47822475f66a15a7a74d8bcf644e030cfe.tar.bz2
webtrees-4c219c47822475f66a15a7a74d8bcf644e030cfe.zip
Danish census
Diffstat (limited to 'tests/app/Census/CensusOfDenmark1921Test.php')
-rw-r--r--tests/app/Census/CensusOfDenmark1921Test.php44
1 files changed, 22 insertions, 22 deletions
diff --git a/tests/app/Census/CensusOfDenmark1921Test.php b/tests/app/Census/CensusOfDenmark1921Test.php
index 660946aaeb..e0993f5bfb 100644
--- a/tests/app/Census/CensusOfDenmark1921Test.php
+++ b/tests/app/Census/CensusOfDenmark1921Test.php
@@ -55,28 +55,28 @@ class CensusOfDenmark1921Test extends \PHPUnit_Framework_TestCase {
$this->assertInstanceOf(CensusColumnNull::class, $columns[9]);
$this->assertInstanceOf(CensusColumnNull::class, $columns[10]);
- $this->assertSame('TBC', $columns[0]->abbreviation());
- $this->assertSame('TBC', $columns[1]->abbreviation());
- $this->assertSame('TBC', $columns[2]->abbreviation());
- $this->assertSame('TBC', $columns[3]->abbreviation());
- $this->assertSame('TBC', $columns[4]->abbreviation());
- $this->assertSame('TBC', $columns[5]->abbreviation());
- $this->assertSame('TBC', $columns[6]->abbreviation());
- $this->assertSame('TBC', $columns[7]->abbreviation());
- $this->assertSame('TBC', $columns[8]->abbreviation());
- $this->assertSame('TBC', $columns[9]->abbreviation());
- $this->assertSame('TBC', $columns[10]->abbreviation());
+ $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[6]->abbreviation());
+ $this->assertSame('', $columns[7]->abbreviation());
+ $this->assertSame('', $columns[8]->abbreviation());
+ $this->assertSame('', $columns[9]->abbreviation());
+ $this->assertSame('', $columns[10]->abbreviation());
- $this->assertSame('To be confirmed', $columns[0]->title());
- $this->assertSame('To be confirmed', $columns[1]->title());
- $this->assertSame('To be confirmed', $columns[2]->title());
- $this->assertSame('To be confirmed', $columns[3]->title());
- $this->assertSame('To be confirmed', $columns[4]->title());
- $this->assertSame('To be confirmed', $columns[5]->title());
- $this->assertSame('To be confirmed', $columns[6]->title());
- $this->assertSame('To be confirmed', $columns[7]->title());
- $this->assertSame('To be confirmed', $columns[8]->title());
- $this->assertSame('To be confirmed', $columns[9]->title());
- $this->assertSame('To be confirmed', $columns[10]->title());
+ $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());
+ $this->assertSame('', $columns[6]->title());
+ $this->assertSame('', $columns[7]->title());
+ $this->assertSame('', $columns[8]->title());
+ $this->assertSame('', $columns[9]->title());
+ $this->assertSame('', $columns[10]->title());
}
}