summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfCzechRepublic1890Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Census/CensusOfCzechRepublic1890Test.php')
-rw-r--r--tests/app/Census/CensusOfCzechRepublic1890Test.php125
1 files changed, 64 insertions, 61 deletions
diff --git a/tests/app/Census/CensusOfCzechRepublic1890Test.php b/tests/app/Census/CensusOfCzechRepublic1890Test.php
index 80d4d074db..98fd40b0b8 100644
--- a/tests/app/Census/CensusOfCzechRepublic1890Test.php
+++ b/tests/app/Census/CensusOfCzechRepublic1890Test.php
@@ -19,70 +19,73 @@ namespace Fisharebest\Webtrees\Census;
/**
* Test harness for the class CensusOfCzechRepublic1890
*/
-class CensusOfCzechRepublic1890Test extends \PHPUnit\Framework\TestCase {
- /**
- * Test the census place and date
- *
- * @covers \Fisharebest\Webtrees\Census\CensusOfCzechRepublic1890
- */
- public function testPlaceAndDate() {
- $census = new CensusOfCzechRepublic1890;
+class CensusOfCzechRepublic1890Test extends \PHPUnit\Framework\TestCase
+{
+ /**
+ * Test the census place and date
+ *
+ * @covers \Fisharebest\Webtrees\Census\CensusOfCzechRepublic1890
+ */
+ public function testPlaceAndDate()
+ {
+ $census = new CensusOfCzechRepublic1890;
- $this->assertSame('Česko', $census->censusPlace());
- $this->assertSame('31 DEC 1890', $census->censusDate());
- }
+ $this->assertSame('Česko', $census->censusPlace());
+ $this->assertSame('31 DEC 1890', $census->censusDate());
+ }
- /**
- * Test the census columns
- *
- * @covers \Fisharebest\Webtrees\Census\CensusOfCzechRepublic1890
- * @covers \Fisharebest\Webtrees\Census\AbstractCensusColumn
- */
- public function testColumns() {
- $census = new CensusOfCzechRepublic1890;
- $columns = $census->columns();
+ /**
+ * Test the census columns
+ *
+ * @covers \Fisharebest\Webtrees\Census\CensusOfCzechRepublic1890
+ * @covers \Fisharebest\Webtrees\Census\AbstractCensusColumn
+ */
+ public function testColumns()
+ {
+ $census = new CensusOfCzechRepublic1890;
+ $columns = $census->columns();
- $this->assertCount(13, $columns);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnFullName', $columns[0]);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnRelationToHead', $columns[1]);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnSexMZ', $columns[2]);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnBirthDaySlashMonthYear', $columns[3]);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnBirthPlace', $columns[4]);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnNull', $columns[5]);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnReligion', $columns[6]);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnNull', $columns[7]);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnNull', $columns[8]);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnOccupation', $columns[9]);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnNull', $columns[10]);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnNull', $columns[11]);
- $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnNull', $columns[12]);
+ $this->assertCount(13, $columns);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnFullName', $columns[0]);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnRelationToHead', $columns[1]);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnSexMZ', $columns[2]);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnBirthDaySlashMonthYear', $columns[3]);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnBirthPlace', $columns[4]);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnNull', $columns[5]);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnReligion', $columns[6]);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnNull', $columns[7]);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnNull', $columns[8]);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnOccupation', $columns[9]);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnNull', $columns[10]);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnNull', $columns[11]);
+ $this->assertInstanceOf('Fisharebest\Webtrees\Census\CensusColumnNull', $columns[12]);
- $this->assertSame('Jméno', $columns[0]->abbreviation());
- $this->assertSame('Vztah', $columns[1]->abbreviation());
- $this->assertSame('Pohlaví', $columns[2]->abbreviation());
- $this->assertSame('Narození', $columns[3]->abbreviation());
- $this->assertSame('Rodiště', $columns[4]->abbreviation());
- $this->assertSame('Přísluší', $columns[5]->abbreviation());
- $this->assertSame('Vyznání', $columns[6]->abbreviation());
- $this->assertSame('Stav', $columns[7]->abbreviation());
- $this->assertSame('Jazyk', $columns[8]->abbreviation());
- $this->assertSame('Povolání', $columns[9]->abbreviation());
- $this->assertSame('Postavení', $columns[10]->abbreviation());
- $this->assertSame('Gramotnost', $columns[11]->abbreviation());
- $this->assertSame('Druh pobytu', $columns[12]->abbreviation());
+ $this->assertSame('Jméno', $columns[0]->abbreviation());
+ $this->assertSame('Vztah', $columns[1]->abbreviation());
+ $this->assertSame('Pohlaví', $columns[2]->abbreviation());
+ $this->assertSame('Narození', $columns[3]->abbreviation());
+ $this->assertSame('Rodiště', $columns[4]->abbreviation());
+ $this->assertSame('Přísluší', $columns[5]->abbreviation());
+ $this->assertSame('Vyznání', $columns[6]->abbreviation());
+ $this->assertSame('Stav', $columns[7]->abbreviation());
+ $this->assertSame('Jazyk', $columns[8]->abbreviation());
+ $this->assertSame('Povolání', $columns[9]->abbreviation());
+ $this->assertSame('Postavení', $columns[10]->abbreviation());
+ $this->assertSame('Gramotnost', $columns[11]->abbreviation());
+ $this->assertSame('Druh pobytu', $columns[12]->abbreviation());
- $this->assertSame('', $columns[0]->title());
- $this->assertSame('', $columns[1]->title());
- $this->assertSame('', $columns[2]->title());
- $this->assertSame('Datum narození', $columns[3]->title());
- $this->assertSame('Místo narození', $columns[4]->title());
- $this->assertSame('Domovské právo', $columns[5]->title());
- $this->assertSame('', $columns[6]->title());
- $this->assertSame('Rodinný stav', $columns[7]->title());
- $this->assertSame('Jazyk v obcování', $columns[8]->title());
- $this->assertSame('', $columns[9]->title());
- $this->assertSame('Postavení v zaměstnání', $columns[10]->title());
- $this->assertSame('Znalost čtení a psaní', $columns[11]->title());
- $this->assertSame('Pobyt dočasný nebo trvalý', $columns[12]->title());
- }
+ $this->assertSame('', $columns[0]->title());
+ $this->assertSame('', $columns[1]->title());
+ $this->assertSame('', $columns[2]->title());
+ $this->assertSame('Datum narození', $columns[3]->title());
+ $this->assertSame('Místo narození', $columns[4]->title());
+ $this->assertSame('Domovské právo', $columns[5]->title());
+ $this->assertSame('', $columns[6]->title());
+ $this->assertSame('Rodinný stav', $columns[7]->title());
+ $this->assertSame('Jazyk v obcování', $columns[8]->title());
+ $this->assertSame('', $columns[9]->title());
+ $this->assertSame('Postavení v zaměstnání', $columns[10]->title());
+ $this->assertSame('Znalost čtení a psaní', $columns[11]->title());
+ $this->assertSame('Pobyt dočasný nebo trvalý', $columns[12]->title());
+ }
}