public static function GroupUITestCase::getInfo in Field Group 7.2
Same name and namespace in other branches
- 7 tests/field_group.ui.test \GroupUITestCase::getInfo()
File
- ./
field_group.test, line 27 - Unit test file for groups.
Class
- GroupUITestCase
- Group UI tests.
Code
public static function getInfo() {
return array(
'name' => 'Field group tests',
'description' => 'Test the field group functionality.',
'group' => 'Field group',
);
}