public static function TaxonomyTermArgumentSynonymsWebTestCase::getInfo in Synonyms 7
GetInfo method.
File
- ./
synonyms.test, line 1861 - Tests for the Synonyms module.
Class
- TaxonomyTermArgumentSynonymsWebTestCase
- Test 'term_synonyms' cTools argument plugin implementation.
Code
public static function getInfo() {
return array(
'name' => 'Term synonyms cTools argument plugin',
'description' => 'Ensure that synonyms friendly taxonomy terms cTools argument plugin works correctly.',
'group' => 'Synonyms',
);
}