You are here

public static function autocompleteWidgetsSuggestedValuesTest::getInfo in Autocomplete Widgets for Text and Number Fields 7

Implements getInfo().

File

tests/autocomplete_widgets.test, line 205

Class

autocompleteWidgetsSuggestedValuesTest

Code

public static function getInfo() {
  return array(
    'name' => t('Suggested Values Widget'),
    'description' => t('Tests for the suggested values autocomplete widget.'),
    'group' => t('Autocomplete Widgets'),
  );
}