コード例 #1
0
 /**
  * testGetAll
  */
 public function testGetAll()
 {
     $r = new RegionRepository();
     $this->assertContainsOnlyInstancesOf('EBT\\GeoZipLocation\\Translator\\ES\\Location\\Region', $r->getAll());
 }