public static function CCKSelectOtherAllowedValuesTest::getInfo in CCK Select Other 7.2
Same name and namespace in other branches
- 6 tests/cck_select_other.test \CCKSelectOtherAllowedValuesTest::getInfo()
- 7 tests/cck_select_other.test \CCKSelectOtherAllowedValuesTest::getInfo()
File
- tests/
cck_select_other.test, line 269 - CCK Select Other Functional Tests
Class
- CCKSelectOtherAllowedValuesTest
- Assert that allowed values restrict select other list options in the rare case that someone decides to use them.
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' => 'Field UI',
);
}