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