You are here

public static function ViewsTermMergeWebTestCase::getInfo in Term Merge 7

GetInfo method.

File

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

Class

ViewsTermMergeWebTestCase
Test the integration between Term Merge module and Views module.

Code

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