Ejemplo n.º 1
0
 /**
  * @expectedException Exception
  */
 public function testSetNorthingValueInvalid()
 {
     $utmObject = new UTM();
     $fluidReturn = $utmObject->setNorthing('invalid');
 }