Example #1
0
 /**
  * @covers \Ilios\CoreBundle\Entity\School::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getAlerts());
     $this->assertEmpty($this->object->getStewards());
     $this->assertEmpty($this->object->getCourses());
     $this->assertEmpty($this->object->getPrograms());
     $this->assertEmpty($this->object->getDepartments());
     $this->assertEmpty($this->object->getInstructorGroups());
     $this->assertEmpty($this->object->getCompetencies());
     $this->assertEmpty($this->object->getSessionTypes());
     $this->assertEmpty($this->object->getVocabularies());
 }