You are here

public static function TaxonomyTermReferenceSelectSynonymsWebTestCase::getInfo in Synonyms 7

File

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

Class

TaxonomyTermReferenceSelectSynonymsWebTestCase
Test synonyms friendly select widget for taxonomy term reference field.

Code

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