You are here

public static function EntityReferenceAutocompleteSynonymsWebTestCase::getInfo in Synonyms 7

GetInfo method.

File

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

Class

EntityReferenceAutocompleteSynonymsWebTestCase
Test synonyms friendly autocomplete widget for entity reference field type.

Code

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