You are here

public static function CCKSelectOtherAllowedValuesTest::getInfo in CCK Select Other 7

Same name and namespace in other branches
  1. 6 tests/cck_select_other.test \CCKSelectOtherAllowedValuesTest::getInfo()
  2. 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

CCKSelectOtherAllowedValuesTest
@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'),
  );
}