Exemple #1
0
 /**
  * @covers Ilios\CoreBundle\Entity\LearnerGroup::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getIlmSessions());
     $this->assertEmpty($this->object->getInstructorGroups());
     $this->assertEmpty($this->object->getInstructorUsers());
     $this->assertEmpty($this->object->getOfferings());
     $this->assertEmpty($this->object->getUsers());
 }