public static function FieldDisplayLabelTestCase::getInfo in Field Display Label 7
Give display information to the SimpleTest system.
File
- ./
field_display_label.test, line 19 - Test file for Field Display Label module.
Class
- FieldDisplayLabelTestCase
- @file Test file for Field Display Label module.
Code
public static function getInfo() {
return array(
'name' => 'Field Display Label',
'description' => 'Test the functionality of the Field Display Label module.',
'group' => 'Fields',
);
}