Example #1
0
 /**
  * @covers \Ilios\CoreBundle\Entity\Term::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getCourses());
     $this->assertEmpty($this->object->getProgramYears());
     $this->assertEmpty($this->object->getSessions());
     $this->assertEmpty($this->object->getChildren());
     $this->assertEmpty($this->object->getAamcResourceTypes());
 }