public static function CCKSelectOtherAllowedValuesTest::getInfo in CCK Select Other 6
Same name and namespace in other branches
- 7.2 tests/cck_select_other.test \CCKSelectOtherAllowedValuesTest::getInfo()
- 7 tests/cck_select_other.test \CCKSelectOtherAllowedValuesTest::getInfo()
Implementation of getInfo() method
Return value
array
Overrides CCKSelectOtherTest::getInfo
File
- tests/
cck_select_other.test, line 224 - test file for cck_select_other Testing file
Class
- CCKSelectOtherAllowedValuesTest
- @class CCK Select Other Allowed Values Test Case
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('CCK'),
);
}