public static function SynonymsTermMergeWebTestCase::getInfo in Term Merge 7
GetInfo method.
File
- ./
term_merge.test, line 1368 - Test the Term Merge module.
Class
- SynonymsTermMergeWebTestCase
- Test the integration between Term Merge module and Synonyms module.
Code
public static function getInfo() {
return array(
'name' => 'Synonyms module integration',
'description' => 'Ensure that the module Term Merge integrates with ' . l('Synonyms', 'http://drupal.org/project/synonyms') . ' module correctly.',
'group' => 'Term Merge',
);
}