public static function CCKSelectOtherPHPOptionsTest::getInfo in CCK Select Other 7.2
Same name and namespace in other branches
- 7 tests/cck_select_other.test \CCKSelectOtherPHPOptionsTest::getInfo()
File
- tests/
cck_select_other.test, line 325 - CCK Select Other Functional Tests
Class
- CCKSelectOtherPHPOptionsTest
- Assert that PHP options work correctly in select other list.
Code
public static function getInfo() {
return array(
'name' => t('CCK Select Other PHP Options Test'),
'description' => t('Confirm that php options are generated in the select list.'),
'group' => 'Field UI',
);
}