public static function autocompleteWidgetsAllowedValuesTest::getInfo in Autocomplete Widgets for Text and Number Fields 7
Implements getInfo().
File
- tests/
autocomplete_widgets.test, line 115
Class
Code
public static function getInfo() {
return array(
'name' => t('Allowed Values Widget'),
'description' => t('Tests for the allowed values autocomplete widget.'),
'group' => t('Autocomplete Widgets'),
);
}