You are here

public static function SynonymsSynonymsWebTestCase::getInfo in Synonyms 7

GetInfo method.

File

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

Class

SynonymsSynonymsWebTestCase
Test Synonyms functionality of synonyms module.

Code

public static function getInfo() {
  return array(
    'name' => 'Synonyms',
    'description' => 'Ensure that the general synonyms functionality works correctly.',
    'group' => 'Synonyms',
  );
}