public static function CommercePaymentOffsiteTest::getInfo in Commerce Core 7
Implementation of getInfo().
File
- modules/
payment/ tests/ commerce_payment_ui.test, line 272 - Functional tests for the commerce payment module user interface.
Class
- CommercePaymentOffsiteTest
- Test payment user interface.
Code
public static function getInfo() {
return array(
'name' => 'Payment Offsite',
'description' => 'Test the payment offsite process.',
'group' => 'Drupal Commerce',
);
}