You are here

public static function CommerceReportsPatternsTestCase::getInfo in Commerce Reporting 7.3

Same name and namespace in other branches
  1. 7.4 modules/patterns/tests/commerce_reports_patterns.test \CommerceReportsPatternsTestCase::getInfo()

File

modules/patterns/tests/commerce_reports_patterns.test, line 5

Class

CommerceReportsPatternsTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Reports patterns',
    'description' => 'Test association rule mining implementation.',
    'group' => 'Drupal Commerce',
  );
}