Example #1
0
 /**
  * @expectedException Exception
  */
 public function testSetEastingValueInvalid()
 {
     $utmObject = new UTM();
     $fluidReturn = $utmObject->setEasting('invalid');
 }