コード例 #1
0
ファイル: LatLongTest.php プロジェクト: markbaker/phpgeodetic
 /**
  * @expectedException Exception
  */
 public function testSetYValueInvalid()
 {
     $latLongObject = new LatLong($this->_xyz);
     $fluidReturn = $latLongObject->setLongitude();
 }