Ejemplo n.º 1
0
 /**
  * @expectedException Exception
  */
 public function testSetLatitudeValueInvalid()
 {
     $latLongObject = new LatLong($this->_xyz);
     $fluidReturn = $latLongObject->setlatitude();
 }