public static function CCKSelectOtherNotRequiredTest::getInfo in CCK Select Other 7
Same name and namespace in other branches
- 7.2 tests/cck_select_other.test \CCKSelectOtherNotRequiredTest::getInfo()
File
- tests/
cck_select_other.test, line 527 - test file for cck_select_other Testing file
Class
- CCKSelectOtherNotRequiredTest
- @class CCKSelectOtherNotRequiredTest
Code
public static function getInfo() {
return array(
'name' => t('CCK Select Other Not Required'),
'description' => t('Asserts that CCK Select Other is not saving any values if -none- is selected.'),
'group' => t('Field UI'),
);
}