public static function CCKSelectOtherBasicTest::getInfo in CCK Select Other 7.2
Same name and namespace in other branches
- 6 tests/cck_select_other.test \CCKSelectOtherBasicTest::getInfo()
- 7 tests/cck_select_other.test \CCKSelectOtherBasicTest::getInfo()
File
- tests/
cck_select_other.test, line 119 - CCK Select Other Functional Tests
Class
- CCKSelectOtherBasicTest
- Assert basic select other list operations.
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' => 'Field UI',
);
}