public static function FieldExampleTest::getInfo in Examples for Developers 7
File
- field_example/
field_example.test, line 17 - Tests for Field Example.
Class
- FieldExampleTest
- Functional tests for the Field Example module.
Code
public static function getInfo() {
return array(
'name' => 'Field Example',
'description' => 'Create a content type with example_field_rgb fields, create a node, check for correct values.',
'group' => 'Examples',
);
}