You are here

public static function UbercartCreditCardTestCase::getInfo in Ubercart 7.3

Same name and namespace in other branches
  1. 6.2 payment/uc_credit/uc_credit.test \UbercartCreditCardTestCase::getInfo()

Describes this test case.

File

payment/uc_credit/tests/uc_credit.test, line 53
Credit card payment method tests.

Class

UbercartCreditCardTestCase
Tests credit card payments with the test gateway.

Code

public static function getInfo() {
  return array(
    'name' => 'Credit cards with Test Gateway',
    'description' => 'Uses the Test Gateway to ensure credit card processing is functioning.',
    'group' => 'Ubercart',
  );
}