You are here

public static function CommerceReportsPaymentMethodTestCase::getInfo in Commerce Reporting 7.3

File

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

Class

CommerceReportsPaymentMethodTestCase

Code

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