/webtrees/tests/app/Census/ |
H A D | CensusColumnBornForeignPartsTest.php | 32 private function getPlaceMock(string $place): Place function in Fisharebest\\Webtrees\\Census\\CensusColumnBornForeignPartsTest 46 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England')); 59 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Cardiff, Wales')); 72 … $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Edinburgh, Scotland')); 85 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Dublin, Ireland')); 98 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Elbonia')); 111 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England')); 124 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Cardiff, Wales')); 137 … $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Edinburgh, Scotland')); 150 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Dublin, Ireland')); [all …]
|
H A D | CensusColumnBirthPlaceSimpleTest.php | 31 private function getPlaceMock(string $place): Place function in Fisharebest\\Webtrees\\Census\\CensusColumnBirthPlaceSimpleTest 42 …$individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Westminster, London, England… 55 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('United States')); 68 … $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Maryland, United States')); 81 …$individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Miami, Florida, United State…
|
H A D | CensusColumnNationalityTest.php | 34 private function getPlaceMock(string $place): Place function in Fisharebest\\Webtrees\\Census\\CensusColumnNationalityTest 45 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('')); 59 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Australia')); 73 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England')); 101 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
|
H A D | CensusColumnBirthPlaceTest.php | 31 private function getPlaceMock(string $place): Place function in Fisharebest\\Webtrees\\Census\\CensusColumnBirthPlaceTest 42 …$individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Westminster, London, England… 55 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('England')); 68 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Paris, France'));
|
H A D | CensusColumnFatherBirthPlaceTest.php | 33 private function getPlaceMock(string $place): Place function in Fisharebest\\Webtrees\\Census\\CensusColumnFatherBirthPlaceTest 47 $father->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England')); 66 $father->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
|
H A D | CensusColumnMotherForeignTest.php | 33 private function getPlaceMock(string $place): Place function in Fisharebest\\Webtrees\\Census\\CensusColumnMotherForeignTest 44 $mother->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England')); 63 $mother->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
|
H A D | CensusColumnFatherForeignTest.php | 33 private function getPlaceMock(string $place): Place function in Fisharebest\\Webtrees\\Census\\CensusColumnFatherForeignTest 44 $father->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England')); 63 $father->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
|
H A D | CensusColumnMotherBirthPlaceTest.php | 33 private function getPlaceMock(string $place): Place function in Fisharebest\\Webtrees\\Census\\CensusColumnMotherBirthPlaceTest 47 $mother->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England')); 66 $mother->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
|
H A D | CensusColumnMotherBirthPlaceSimpleTest.php | 33 private function getPlaceMock(string $place): Place function in Fisharebest\\Webtrees\\Census\\CensusColumnMotherBirthPlaceSimpleTest 47 …$father->method('getBirthPlace')->willReturn($this->getPlaceMock('Miami, Florida, United States'));
|
H A D | CensusColumnFatherBirthPlaceSimpleTest.php | 33 private function getPlaceMock(string $place): Place function in Fisharebest\\Webtrees\\Census\\CensusColumnFatherBirthPlaceSimpleTest 47 …$father->method('getBirthPlace')->willReturn($this->getPlaceMock('Miami, Florida, United States'));
|