Example #1
0
 /**
  * @covers Ilios\CoreBundle\Entity\Session::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getTopics());
     $this->assertEmpty($this->object->getMeshDescriptors());
     $this->assertEmpty($this->object->getObjectives());
 }