You are here

public static function CommerceReportsUITestCase::getInfo in Commerce Reporting 7.3

File

tests/commerce_reports.test, line 145
Unit tests for the commerce reports module.

Class

CommerceReportsUITestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Reports user interface',
    'description' => 'Test the reports user interface.',
    'group' => 'Drupal Commerce',
  );
}