You are here

public static function RedirectTermMergeWebTestCase::getInfo in Term Merge 7

GetInfo method.

File

./term_merge.test, line 1118
Test the Term Merge module.

Class

RedirectTermMergeWebTestCase
Test the integration between Term Merge module and Path/Redirect modules.

Code

public static function getInfo() {
  return array(
    'name' => 'Redirect module integration',
    'description' => 'Ensure that the module Term Merge integrates with ' . l('Redirect', 'http://drupal.org/project/redirect') . '/Path modules correctly.',
    'group' => 'Term Merge',
  );
}