Lines Matching refs:method
47 $father_fact->method('value')->willReturn('Jon Einarsson');
50 $father->method('facts')->willReturn(new Collection([$father_fact]));
53 $mother_fact->method('value')->willReturn('Eva Stefansdottir');
56 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
70 $father_fact->method('value')->willReturn('Jon Einarsson');
73 $father->method('facts')->willReturn(new Collection([$father_fact]));
76 $mother_fact->method('value')->willReturn('Eva Stefansdottir');
79 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
93 $father_fact->method('value')->willReturn('Jon Einarsson');
96 $father->method('facts')->willReturn(new Collection([$father_fact]));
99 $mother_fact->method('value')->willReturn('Eva Stefansdottir');
102 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
116 $fact->method('value')->willReturn('Jon Einarsson');
119 $individual->method('facts')->willReturn(new Collection([$fact]));
133 $fact->method('value')->willReturn('Jon Evasdottir');
136 $individual->method('facts')->willReturn(new Collection([$fact]));
150 $fact->method('value')->willReturn('Jon Einarsson');
153 $individual->method('facts')->willReturn(new Collection([$fact]));
167 $fact->method('value')->willReturn('Jon Einarsson');
170 $individual->method('facts')->willReturn(new Collection([$fact]));