public static function CCKSelectOtherAllowedValuesTest::getInfo in CCK Select Other 7
Same name and namespace in other branches
- 6 tests/cck_select_other.test \CCKSelectOtherAllowedValuesTest::getInfo()
- 7.2 tests/cck_select_other.test \CCKSelectOtherAllowedValuesTest::getInfo()
File
- tests/
cck_select_other.test, line 272 - test file for cck_select_other Testing file
Class
Code
public static function getInfo() {
return array(
'name' => t('CCK Select Other Allowed Values Test'),
'description' => t('Confirm that allowed values set on a field restrict the widget.'),
'group' => t('Field UI'),
);
}