You are here

static function PaymentTestUnavailableWebTestCase::getInfo in Payment 7

File

tests/payment_test/tests/PaymentTestUnavailableWebTestCase.test, line 13
Contains class PaymentTestUnavailableWebTestCase.

Class

PaymentTestUnavailableWebTestCase
Test unavailable payment methods and payment methods controllers.

Code

static function getInfo() {
  return array(
    'description' => '',
    'name' => 'Unavailable payment methods and payment method controllers',
    'group' => 'Payment',
  );
}