public static function FieldPropertyTestCase::getInfo in Field property 7
File
- ./
field_property.test, line 9 - Test integration for the field_property module.
Class
- FieldPropertyTestCase
- @file Test integration for the field_property module.
Code
public static function getInfo() {
return array(
'name' => 'Field property tests',
'description' => 'Tests field property functionality.',
'group' => 'Field property',
);
}