示例#1
0
 /**
  * @covers Ilios\CoreBundle\Entity\Cohort::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getCourses());
 }
示例#2
0
 /**
  * @covers \Ilios\CoreBundle\Entity\Cohort::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getCourses());
     $this->assertEmpty($this->object->getLearnerGroups());
     $this->assertEmpty($this->object->getUsers());
 }