Lines Matching refs:method

48         $father_fact->method('value')->willReturn('John /White/');
51 $father->method('facts')->willReturn(new Collection([$father_fact]));
54 $mother_fact->method('value')->willReturn('Mary /Black/');
57 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
71 $father_fact->method('value')->willReturn('John /White/');
74 $father->method('facts')->willReturn(new Collection([$father_fact]));
77 $mother_fact->method('value')->willReturn('Mary /Black/');
80 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
94 $father_fact->method('value')->willReturn('John /Whitecki/');
97 $father->method('facts')->willReturn(new Collection([$father_fact]));
100 $mother_fact->method('value')->willReturn('Mary /Black/');
103 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
111 $father_fact->method('value')->willReturn('John /Whitedzki/');
114 $father->method('facts')->willReturn(new Collection([$father_fact]));
117 $mother_fact->method('value')->willReturn('Mary /Black/');
120 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
128 $father_fact->method('value')->willReturn('John /Whiteski/');
131 $father->method('facts')->willReturn(new Collection([$father_fact]));
134 $mother_fact->method('value')->willReturn('Mary /Black/');
137 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
145 $father_fact->method('value')->willReturn('John /Whiteżki/');
148 $father->method('facts')->willReturn(new Collection([$father_fact]));
151 $mother_fact->method('value')->willReturn('Mary /Black/');
154 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
168 $father_fact->method('value')->willReturn('John /White/');
171 $father->method('facts')->willReturn(new Collection([$father_fact]));
174 $mother_fact->method('value')->willReturn('Mary /Black/');
177 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
202 $fact->method('value')->willReturn('Chris /White/');
205 $individual->method('facts')->willReturn(new Collection([$fact]));
219 $fact->method('value')->willReturn('Chris /Whitecka/');
222 $individual->method('facts')->willReturn(new Collection([$fact]));
230 $fact->method('value')->willReturn('Chris /Whitedzka/');
233 $individual->method('facts')->willReturn(new Collection([$fact]));
241 $fact->method('value')->willReturn('Chris /Whiteska/');
244 $individual->method('facts')->willReturn(new Collection([$fact]));
252 $fact->method('value')->willReturn('Chris /Whiteżka/');
255 $individual->method('facts')->willReturn(new Collection([$fact]));
269 $fact->method('value')->willReturn('Chris /White/');
272 $individual->method('facts')->willReturn(new Collection([$fact]));
286 $fact->method('value')->willReturn('Chris /White/');
289 $individual->method('facts')->willReturn(new Collection([$fact]));
303 $fact->method('value')->willReturn('Chris /White/');
306 $individual->method('facts')->willReturn(new Collection([$fact]));