/**
  * testGetAll
  */
 public function testGetAll()
 {
     $r = new AreaRepository();
     $this->assertContainsOnlyInstancesOf('EBT\\GeoZipLocation\\Translator\\BR\\Location\\Area', $r->getAll());
 }