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