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