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