Example #1
0
 /**
  * @covers \Ilios\CoreBundle\Entity\ProgramYear::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getCompetencies());
     $this->assertEmpty($this->object->getDirectors());
     $this->assertEmpty($this->object->getObjectives());
     $this->assertEmpty($this->object->getStewards());
     $this->assertEmpty($this->object->getTerms());
 }