public static function SelectOrOtherAdminTestCase::getInfo in Select (or other) 7.3
Same name and namespace in other branches
- 7.2 tests/select_or_other_admin.test \SelectOrOtherAdminTestCase::getInfo()
File
- tests/
select_or_other_admin.test, line 26
Class
- SelectOrOtherAdminTestCase
- Tests administration of select or other field widgets and formatters.
Code
public static function getInfo() {
return array(
'name' => 'Select or Other admin',
'description' => 'Ensure that Select or Other administration functions as expected.',
'group' => 'Select or Other',
);
}