You are here

public static function TaxonomyTermReferenceAutocompleteSynonymsWebTestCase::getInfo in Synonyms 7

GetInfo method.

File

./synonyms.test, line 872
Tests for the Synonyms module.

Class

TaxonomyTermReferenceAutocompleteSynonymsWebTestCase
Test synonyms friendly autocomplete widget for taxonomy term reference field.

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy synonyms autocomplete',
    'description' => 'Ensure that the "synonym friendly autocomplete" widget works correctly with taxonomy term reference field type.',
    'group' => 'Synonyms',
  );
}