public function testGetOriginalValue()
 {
     $value = new Wonkicity(1.234, 'u');
     $this->assertEquals(1.234, $value->getValue());
 }