You are here

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

Implements getInfo().

File

tests/autocomplete_widgets.test, line 156

Class

autocompleteWidgetsFieldDataTest

Code

public static function getInfo() {
  return array(
    'name' => t('Existing Field Data Widget'),
    'description' => t('Tests for the existing field data autocomplete widget.'),
    'group' => t('Autocomplete Widgets'),
  );
}