You are here

public static function TermSearchSynonymsWebTestCase::getInfo in Synonyms 7

GetInfo method.

File

synonyms_search/synonyms_search.test, line 359
Tests for the Synonyms Search module.

Class

TermSearchSynonymsWebTestCase
Test Synonyms module integration with Drupal search for taxonomy terms.

Code

public static function getInfo() {
  return array(
    'name' => 'Synonyms term search integration',
    'description' => 'Ensure that Synonyms module correctly integrates with the Term Search module.',
    'group' => 'Synonyms',
  );
}