コード例 #1
0
ファイル: CohortTest.php プロジェクト: profcab/ilios
 /**
  * @covers Ilios\CoreBundle\Entity\Cohort::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getCourses());
 }
コード例 #2
0
ファイル: CohortTest.php プロジェクト: stopfstedt/ilios
 /**
  * @covers \Ilios\CoreBundle\Entity\Cohort::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getCourses());
     $this->assertEmpty($this->object->getLearnerGroups());
     $this->assertEmpty($this->object->getUsers());
 }