/**
  * Test...
  *
  * @param   string  $group  The dot-separated form group path on which to find the group.
  *
  * @return  mixed  An array of XML element objects for the group or boolean false on error.
  *
  * @since   1.0
  */
 public function findGroup($group)
 {
     return parent::findGroup($group);
 }