function FieldExampleTest::getInfo

File

field_example/field_example.test, line 17

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',
    );
}