コード例 #1
0
ファイル: LatLongTest.php プロジェクト: markbaker/phpgeodetic
 /**
  * @expectedException Exception
  */
 public function testValidateLongitudeInvalid()
 {
     $radians = LatLong::validateLongitude(360, Angle::RADIANS);
 }