Searched refs:CensusOfScotland (Results 1 – 13 of 13) sorted by relevance
/webtrees/app/Census/ |
H A D | Census.php | 43 new CensusOfScotland(), 57 new CensusOfScotland(), 72 new CensusOfScotland(), 84 new CensusOfScotland(), 106 new CensusOfScotland(), 119 new CensusOfScotland(), 134 new CensusOfScotland(), 149 new CensusOfScotland(), 161 new CensusOfScotland(),
|
H A D | CensusOfScotland.php | 25 class CensusOfScotland extends Census implements CensusPlaceInterface class
|
H A D | CensusOfScotland1841.php | 25 class CensusOfScotland1841 extends CensusOfScotland implements CensusInterface
|
H A D | CensusOfScotland1851.php | 25 class CensusOfScotland1851 extends CensusOfScotland implements CensusInterface
|
H A D | CensusOfScotland1881.php | 25 class CensusOfScotland1881 extends CensusOfScotland implements CensusInterface
|
H A D | RegisterOfScotland1939.php | 25 class RegisterOfScotland1939 extends CensusOfScotland implements CensusInterface
|
H A D | CensusOfScotland1871.php | 25 class CensusOfScotland1871 extends CensusOfScotland implements CensusInterface
|
H A D | CensusOfScotland1861.php | 25 class CensusOfScotland1861 extends CensusOfScotland implements CensusInterface
|
H A D | CensusOfScotland1901.php | 25 class CensusOfScotland1901 extends CensusOfScotland implements CensusInterface
|
H A D | CensusOfScotland1891.php | 25 class CensusOfScotland1891 extends CensusOfScotland implements CensusInterface
|
H A D | CensusOfScotland1911.php | 25 class CensusOfScotland1911 extends CensusOfScotland implements CensusInterface
|
/webtrees/tests/app/Census/ |
H A D | CensusTest.php | 39 self::assertInstanceOf(CensusOfScotland::class, $censuses[6]); 56 self::assertInstanceOf(CensusOfScotland::class, $censuses[5]); 74 self::assertInstanceOf(CensusOfScotland::class, $censuses[5]); 88 self::assertInstanceOf(CensusOfScotland::class, $censuses[1]); 106 self::assertInstanceOf(CensusOfScotland::class, $censuses[1]); 131 self::assertInstanceOf(CensusOfScotland::class, $censuses[8]); 147 self::assertInstanceOf(CensusOfScotland::class, $censuses[6]); 165 self::assertInstanceOf(CensusOfScotland::class, $censuses[6]); 183 self::assertInstanceOf(CensusOfScotland::class, $censuses[6]); 198 self::assertInstanceOf(CensusOfScotland::class, $censuses[3]);
|
H A D | CensusOfScotlandTest.php | 33 $census = new CensusOfScotland(); 43 $census = new CensusOfScotland(); 53 $census = new CensusOfScotland();
|