Lines Matching refs:method
47 $father_fact->method('value')->willReturn('John /White/');
50 $father->method('facts')->willReturn(new Collection([$father_fact]));
53 $mother_fact->method('value')->willReturn('Mary /Black/');
56 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
80 $father_fact->method('value')->willReturn('John /de White/');
83 $father->method('facts')->willReturn(new Collection([$father_fact]));
86 $mother_fact->method('value')->willReturn('Mary /van Black/');
89 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
103 $father_fact->method('value')->willReturn('John /van der White/');
106 $father->method('facts')->willReturn(new Collection([$father_fact]));
109 $mother_fact->method('value')->willReturn('Mary /van Black/');
112 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
126 $father_fact->method('value')->willReturn('John /\'t White/');
129 $father->method('facts')->willReturn(new Collection([$father_fact]));
132 $mother_fact->method('value')->willReturn('Mary /van Black/');
135 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
149 $father_fact->method('value')->willReturn('John /van \'t White/');
152 $father->method('facts')->willReturn(new Collection([$father_fact]));
155 $mother_fact->method('value')->willReturn('Mary /van Black/');
158 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
172 $fact->method('value')->willReturn('Chris /White/');
175 $individual->method('facts')->willReturn(new Collection([$fact]));
189 $fact->method('value')->willReturn('Chris /White/');
192 $individual->method('facts')->willReturn(new Collection([$fact]));
206 $fact->method('value')->willReturn('Chris /White/');
209 $individual->method('facts')->willReturn(new Collection([$fact]));
223 $fact->method('value')->willReturn('Chris /White/');
226 $individual->method('facts')->willReturn(new Collection([$fact]));
240 $fact->method('value')->willReturn('Chris /White/');
243 $individual->method('facts')->willReturn(new Collection([$fact]));
257 $fact->method('value')->willReturn('Chris /van der White/');
260 $individual->method('facts')->willReturn(new Collection([$fact]));
274 $fact->method('value')->willReturn('Chris /White/');
277 $individual->method('facts')->willReturn(new Collection([$fact]));