You are here

public static function SynonymsProviderPropertyWebTestCase::getInfo in Synonyms 7

GetInfo method.

File

synonyms_provider_property/synonyms_provider_property.test, line 16
Test cases for Property synonyms provider module.

Class

SynonymsProviderPropertyWebTestCase
Test PropertySynonymsBehavior class.

Code

public static function getInfo() {
  return array(
    'name' => 'PropertySynonymsBehavior',
    'description' => 'Ensure that the synonyms module extracts synonyms from entity properties correctly.',
    'group' => 'Synonyms',
  );
}