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