You are here

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

Same name and namespace in other branches
  1. 6 tests/cck_select_other.test \CCKSelectOtherBasicTest::getInfo()
  2. 7.2 tests/cck_select_other.test \CCKSelectOtherBasicTest::getInfo()

File

tests/cck_select_other.test, line 122
test file for cck_select_other Testing file

Class

CCKSelectOtherBasicTest
@class CCK Select Other Basic Test Case

Code

public static function getInfo() {
  return array(
    'name' => t('CCK Select Other Basic Test'),
    'description' => t('Test saving values with the CCK Select Other widget.'),
    'group' => t('Field UI'),
  );
}