You are here

public static function NodeSearchSynonymsWebTestCase::getInfo in Synonyms 7

GetInfo method.

File

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

Class

NodeSearchSynonymsWebTestCase
Test Synonyms module integration with Drupal search functionality for nodes.

Code

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