You are here

public static function CommercePaymentUITest::getInfo in Commerce Core 7

Implementation of getInfo().

File

modules/payment/tests/commerce_payment_ui.test, line 20
Functional tests for the commerce payment module user interface.

Class

CommercePaymentUITest
Test payment user interface.

Code

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