You are here

public static function FieldsetHelperTestCase::getInfo in Fieldset helper 6

Implementation of getInfo().

File

./fieldset_helper.test, line 14

Class

FieldsetHelperTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Fieldset helper'),
    'description' => t('Test fieldset helper module.'),
    'group' => t('Fieldset helper'),
  );
}