Пример #1
0
 public function testSetFieldOfStudy()
 {
     $substitute = new Substitute();
     $fos = new FieldOfStudy();
     $substitute->setFieldOfStudy($fos);
     $this->assertEquals($fos, $substitute->getFieldOfStudy());
 }