Пример #1
0
 /**
  * @covers \Ilios\CoreBundle\Entity\Course::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getMeshDescriptors());
     $this->assertEmpty($this->object->getSessions());
     $this->assertEmpty($this->object->getCourses());
     $this->assertEmpty($this->object->getProgramYears());
     $this->assertEmpty($this->object->getDescendants());
     $this->assertEmpty($this->object->getParents());
     $this->assertEmpty($this->object->getChildren());
 }