Home
last modified time | relevance | path

Searched refs:getPlaceMock (Results 1 – 10 of 10) sorted by relevance

/webtrees/tests/app/Census/
H A DCensusColumnBornForeignPartsTest.php32 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 DCensusColumnBirthPlaceSimpleTest.php31 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 DCensusColumnNationalityTest.php34 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 DCensusColumnBirthPlaceTest.php31 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 DCensusColumnFatherBirthPlaceTest.php33 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 DCensusColumnMotherForeignTest.php33 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 DCensusColumnFatherForeignTest.php33 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 DCensusColumnMotherBirthPlaceTest.php33 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 DCensusColumnMotherBirthPlaceSimpleTest.php33 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 DCensusColumnFatherBirthPlaceSimpleTest.php33 private function getPlaceMock(string $place): Place function in Fisharebest\\Webtrees\\Census\\CensusColumnFatherBirthPlaceSimpleTest
47 …$father->method('getBirthPlace')->willReturn($this->getPlaceMock('Miami, Florida, United States'));