Lines Matching refs:method
58 $father_fact->method('value')->willReturn('John /White/');
61 $father->method('facts')->willReturn(new Collection([$father_fact]));
64 $mother_fact->method('value')->willReturn('Mary /Black/');
67 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
81 $father_fact->method('value')->willReturn('John /White/');
84 $father->method('facts')->willReturn(new Collection([$father_fact]));
87 $mother_fact->method('value')->willReturn('Mary /Black/');
90 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
104 $father_fact->method('value')->willReturn('John /Whita/');
107 $father->method('facts')->willReturn(new Collection([$father_fact]));
110 $mother_fact->method('value')->willReturn('Mary /Black/');
113 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
121 $father_fact->method('value')->willReturn('John /Whitas/');
124 $father->method('facts')->willReturn(new Collection([$father_fact]));
132 $father_fact->method('value')->willReturn('John /Whitis/');
135 $father->method('facts')->willReturn(new Collection([$father_fact]));
143 $father_fact->method('value')->willReturn('John /Whitys/');
146 $father->method('facts')->willReturn(new Collection([$father_fact]));
154 $father_fact->method('value')->willReturn('John /Whitius/');
157 $father->method('facts')->willReturn(new Collection([$father_fact]));
165 $father_fact->method('value')->willReturn('John /Whitus/');
168 $father->method('facts')->willReturn(new Collection([$father_fact]));
182 $father_fact->method('value')->willReturn('John /White/');
185 $father->method('facts')->willReturn(new Collection([$father_fact]));
188 $mother_fact->method('value')->willReturn('Mary /Black/');
191 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
216 $fact->method('value')->willReturn('John /White/');
219 $individual->method('facts')->willReturn(new Collection([$fact]));
233 $fact->method('value')->willReturn('Mary /Whitaitė/');
236 $individual->method('facts')->willReturn(new Collection([$fact]));
244 $fact->method('value')->willReturn('Mary /Whitytė/');
247 $individual->method('facts')->willReturn(new Collection([$fact]));
255 $fact->method('value')->willReturn('Mary /Whitiūtė/');
258 $individual->method('facts')->willReturn(new Collection([$fact]));
266 $fact->method('value')->willReturn('Mary /Whitutė/');
269 $individual->method('facts')->willReturn(new Collection([$fact]));
283 $fact->method('value')->willReturn('John /White/');
286 $individual->method('facts')->willReturn(new Collection([$fact]));
300 $fact->method('value')->willReturn('John /White/');
303 $individual->method('facts')->willReturn(new Collection([$fact]));
317 $fact->method('value')->willReturn('Mary /Black/');
320 $individual->method('facts')->willReturn(new Collection([$fact]));
334 $fact->method('value')->willReturn('John /White/');
337 $individual->method('facts')->willReturn(new Collection([$fact]));
351 $fact->method('value')->willReturn('John /White/');
354 $individual->method('facts')->willReturn(new Collection([$fact]));