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