You are here

public static function CommerceReportsPaymentMethodTestCase::getInfo in Commerce Reporting 7.4

File

src/Tests/CommerceReportsPaymentMethodTestCase.php, line 7

Class

CommerceReportsPaymentMethodTestCase

Namespace

Drupal\commerce_reports\Tests

Code

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