public static function CustomFormattersGeneralTestCase::getInfo in Custom Formatters 7.2
File
- tests/
custom_formatters.general.test, line 16 - Tests for the Custom Fomratters module.
Class
- CustomFormattersGeneralTestCase
- Class FileFieldPathsGeneralTestCase.
Code
public static function getInfo() {
return array(
'name' => 'General functionality',
'description' => 'Test general functionality.',
'group' => 'Custom Formatters',
);
}