public static function SelectOrOtherNumberTestCase::getInfo in Select (or other) 7.3
Same name and namespace in other branches
- 7.2 tests/select_or_other_number.test \SelectOrOtherNumberTestCase::getInfo()
File
- tests/
select_or_other_number.test, line 8
Class
- SelectOrOtherNumberTestCase
- Tests the select or other text field based functionality
Code
public static function getInfo() {
return array(
'name' => 'Select or Other number',
'description' => 'Ensure that Select or Other functions correctly while used in combination with list fields.',
'group' => 'Select or Other',
);
}