示例#1
0
 /**
  * @expectedException Exception
  */
 public function testSetLongitudeZoneValueInvalid()
 {
     $utmObject = new UTM();
     $fluidReturn = $utmObject->setLongitudeZone('invalid');
 }