Lines Matching refs:method

37         $placeMock->method('gedcomName')->willReturn($place);
38 $placeMock->method('lastParts')->willReturn((new Collection($placeParts))->slice(-1));
46 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
49 $census->method('censusPlace')->willReturn('England');
59 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Cardiff, Wales'));
62 $census->method('censusPlace')->willReturn('England');
72 … $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Edinburgh, Scotland'));
75 $census->method('censusPlace')->willReturn('England');
85 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Dublin, Ireland'));
88 $census->method('censusPlace')->willReturn('England');
98 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Elbonia'));
101 $census->method('censusPlace')->willReturn('England');
111 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
114 $census->method('censusPlace')->willReturn('Ireland');
124 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Cardiff, Wales'));
127 $census->method('censusPlace')->willReturn('Ireland');
137 … $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Edinburgh, Scotland'));
140 $census->method('censusPlace')->willReturn('Ireland');
150 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Dublin, Ireland'));
153 $census->method('censusPlace')->willReturn('Ireland');
163 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Elbonia'));
166 $census->method('censusPlace')->willReturn('Ireland');
176 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
179 $census->method('censusPlace')->willReturn('Scotland');
189 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Cardiff, Wales'));
192 $census->method('censusPlace')->willReturn('Scotland');
202 … $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Edinburgh, Scotland'));
205 $census->method('censusPlace')->willReturn('Scotland');
215 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Dublin, Ireland'));
218 $census->method('censusPlace')->willReturn('Scotland');
228 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Elbonia'));
231 $census->method('censusPlace')->willReturn('Scotland');
241 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('London, England'));
244 $census->method('censusPlace')->willReturn('Wales');
254 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Cardiff, Wales'));
257 $census->method('censusPlace')->willReturn('Wales');
267 … $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Edinburgh, Scotland'));
270 $census->method('censusPlace')->willReturn('Wales');
280 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Dublin, Ireland'));
283 $census->method('censusPlace')->willReturn('Wales');
293 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock('Elbonia'));
296 $census->method('censusPlace')->willReturn('Wales');
306 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock(''));
309 $census->method('censusPlace')->willReturn('England');
319 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock(''));
322 $census->method('censusPlace')->willReturn('Wales');
332 $individual->method('getBirthPlace')->willReturn($this->getPlaceMock(''));
335 $census->method('censusPlace')->willReturn('Scotland');