/**
  * Convenience method for testing protected method
  *
  * @param string $token Token to unescape
  * @return string Unescaped token
  */
 public function unescapeToken($token, $chars = null)
 {
     return parent::_unescapeToken($token, $chars);
 }