Lines Matching refs:mother
66 $mother = $this->createMock(Individual::class);
67 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
71 $this->surname_tradition->newChildNames($father, $mother, 'M')
89 $mother = $this->createMock(Individual::class);
90 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
94 $this->surname_tradition->newChildNames($father, $mother, 'F')
112 $mother = $this->createMock(Individual::class);
113 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
117 $this->surname_tradition->newChildNames($father, $mother, 'F')
128 $this->surname_tradition->newChildNames($father, $mother, 'F')
139 $this->surname_tradition->newChildNames($father, $mother, 'F')
150 $this->surname_tradition->newChildNames($father, $mother, 'F')
161 $this->surname_tradition->newChildNames($father, $mother, 'F')
172 $this->surname_tradition->newChildNames($father, $mother, 'F')
190 $mother = $this->createMock(Individual::class);
191 $mother->method('facts')->willReturn(new Collection([$mother_fact]));
195 $this->surname_tradition->newChildNames($father, $mother, 'U')