public static function CCKSelectOtherMultipleFieldsTest::getInfo in CCK Select Other 7.2
Same name and namespace in other branches
- 7 tests/cck_select_other.test \CCKSelectOtherMultipleFieldsTest::getInfo()
File
- tests/
cck_select_other.test, line 378 - CCK Select Other Functional Tests
Class
- CCKSelectOtherMultipleFieldsTest
- Assert that select other list is functional when there are multiple select other fields on a page.
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' => 'Field UI',
);
}