Example #1
0
 /**
  * @covers Ilios\CoreBundle\Entity\Discipline::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getCourses());
     $this->assertEmpty($this->object->getProgramYears());
     $this->assertEmpty($this->object->getSessions());
 }