public static function UbercartPaymentPaneTestCase::getInfo in Ubercart 7.3
File
- payment/
uc_payment/ tests/ uc_payment.test, line 13 - Ubercart payment related tests.
Class
- UbercartPaymentPaneTestCase
- Tests the checkout payment pane.
Code
public static function getInfo() {
return array(
'name' => 'Payment checkout pane',
'description' => 'Ensures that the payment pane functions properly during checkout.',
'group' => 'Ubercart',
);
}