public static function CCKSelectOtherNumericFieldTest::getInfo in CCK Select Other 7.2
File
- tests/
cck_select_other.test, line 601 - CCK Select Other Functional Tests
Class
- CCKSelectOtherNumericFieldTest
- Assert that select other field widget can be used with non-text fields.
Code
public static function getInfo() {
return array(
'name' => 'CCK Select Other Numeric Field',
'description' => 'Assert that select other widget behaves correctly for non-text fields.',
'group' => 'Field UI',
);
}