public function itProperlyEncodesAndDecodesData()
 {
     $data = array('coin' => 'String that contains :: (the param separator)');
     $this->assertEqual($data, SystemEvent::decode(SystemEvent::encode($data)));
 }