reverse() public method

{@inheritDoc}
public reverse ( $latitude, $longitude )
コード例 #1
0
ファイル: GeoIP2Test.php プロジェクト: nicolassing/Geocoder
 /**
  * @expectedException \Geocoder\Exception\UnsupportedOperation
  * @expectedExceptionMessage The GeoIP2 provider is not able to do reverse geocoding.
  */
 public function testQueryingReverseLeadsToException()
 {
     $this->provider->reverse(50, 9);
 }