예제 #1
0
파일: CourseTest.php 프로젝트: Okami-/ilios
 /**
  * @covers Ilios\CoreBundle\Entity\Course::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getCohorts());
     $this->assertEmpty($this->object->getDirectors());
     $this->assertEmpty($this->object->getTopics());
     $this->assertEmpty($this->object->getMeshDescriptors());
     $this->assertEmpty($this->object->getObjectives());
 }