Searched refs:CensusOfRhodeIsland (Results 1 – 7 of 7) sorted by relevance
/webtrees/app/Census/ |
H A D | Census.php | 45 new CensusOfRhodeIsland(), 60 new CensusOfRhodeIsland(), 75 new CensusOfRhodeIsland(), 88 new CensusOfRhodeIsland(), 99 new CensusOfRhodeIsland(), 122 new CensusOfRhodeIsland(), 137 new CensusOfRhodeIsland(), 151 new CensusOfRhodeIsland(), 159 new CensusOfRhodeIsland(),
|
H A D | CensusOfRhodeIsland.php | 25 class CensusOfRhodeIsland extends Census implements CensusPlaceInterface class
|
H A D | CensusOfRhodeIsland1925.php | 25 class CensusOfRhodeIsland1925 extends CensusOfRhodeIsland implements CensusInterface
|
H A D | CensusOfRhodeIsland1915.php | 25 class CensusOfRhodeIsland1915 extends CensusOfRhodeIsland implements CensusInterface
|
H A D | CensusOfRhodeIsland1905.php | 25 class CensusOfRhodeIsland1905 extends CensusOfRhodeIsland implements CensusInterface
|
/webtrees/tests/app/Census/ |
H A D | CensusTest.php | 41 self::assertInstanceOf(CensusOfRhodeIsland::class, $censuses[8]); 59 self::assertInstanceOf(CensusOfRhodeIsland::class, $censuses[8]); 77 self::assertInstanceOf(CensusOfRhodeIsland::class, $censuses[8]); 92 self::assertInstanceOf(CensusOfRhodeIsland::class, $censuses[5]); 110 self::assertInstanceOf(CensusOfRhodeIsland::class, $censuses[5]); 124 self::assertInstanceOf(CensusOfRhodeIsland::class, $censuses[1]); 150 self::assertInstanceOf(CensusOfRhodeIsland::class, $censuses[9]); 168 self::assertInstanceOf(CensusOfRhodeIsland::class, $censuses[9]); 185 self::assertInstanceOf(CensusOfRhodeIsland::class, $censuses[8]); 196 self::assertInstanceOf(CensusOfRhodeIsland::class, $censuses[1]);
|
H A D | CensusOfRhodeIslandTest.php | 33 $census = new CensusOfRhodeIsland(); 43 $census = new CensusOfRhodeIsland(); 53 $census = new CensusOfRhodeIsland();
|