You are here

public static function TextSynonymsBehaviorWebTestCase::getInfo in Synonyms 7

GetInfo method.

File

synonyms_provider_field/synonyms_provider_field.test, line 166
Tests for the Synonyms field provider module.

Class

TextSynonymsBehaviorWebTestCase
Test TextSynonymsBehavior class.

Code

public static function getInfo() {
  return array(
    'name' => 'TextSynonymsBehavior',
    'description' => 'Ensure that the synonyms module extracts synonyms from text and number fields correctly.',
    'group' => 'Synonyms',
  );
}