コード例 #1
0
ファイル: IlmSessionTest.php プロジェクト: Okami-/ilios
 /**
  * @covers Ilios\CoreBundle\Entity\IlmSession::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getLearnerGroups());
     $this->assertEmpty($this->object->getInstructors());
     $this->assertEmpty($this->object->getInstructorGroups());
     $this->assertEmpty($this->object->getLearners());
 }