Ejemplo n.º 1
0
 /**
  * @covers Ilios\CoreBundle\Entity\Cohort::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getCourses());
 }
Ejemplo n.º 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());
 }