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