Ejemplo n.º 1
0
 private function createMother($applicant)
 {
     $mother = new TestApplicantParents();
     $mother->setTestApplicantId($applicant->getId());
     $mother->setRelation(StudentParents::RELATION_MOTHER);
     return $mother;
 }