/** * @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()); }