Exemplo n.º 1
0
 /**
  * @expectedException Exception
  */
 public function testValidateLongitudeInvalid()
 {
     $radians = LatLong::validateLongitude(360, Angle::RADIANS);
 }