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