You are here

public static function UbercartCreditCardTestCase::getInfo in Ubercart 6.2

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

Describes this test case.

File

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

Class

UbercartCreditCardTestCase
Tests the credit card payments with the test gateway.

Code

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