public function testSetFieldOfStudy() { $substitute = new Substitute(); $fos = new FieldOfStudy(); $substitute->setFieldOfStudy($fos); $this->assertEquals($fos, $substitute->getFieldOfStudy()); }