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