Пример #1
0
 function test_geocoder_with_geo_loc()
 {
     $us_geocoder = new UsGeocoder();
     $result = $us_geocoder->geocode($this->us_full_loc);
     $this->verify($result);
 }