public static function CCKSelectOtherMultipleFieldsTest::getInfo in CCK Select Other 7
Same name and namespace in other branches
- 7.2 tests/cck_select_other.test \CCKSelectOtherMultipleFieldsTest::getInfo()
File
- tests/
cck_select_other.test, line 382 - test file for cck_select_other Testing file
Class
- CCKSelectOtherMultipleFieldsTest
- @class CCK Select Other Multiple Fields Test
Code
public static function getInfo() {
return array(
'name' => t('CCK Select Other Multiple Fields'),
'description' => t('Tests UI when a content type has multiple select other fields.'),
'group' => t('Field UI'),
);
}