static function PaymentTestActionHookAndCallbackWebTestCase::getInfo in Payment 7
File
- tests/
payment_test/ tests/ PaymentTestActionHookAndCallbackWebTestCase.test, line 13 - Contains class PaymentTestActionHookAndCallbackWebTestCase.
Class
- PaymentTestActionHookAndCallbackWebTestCase
- Tests action hook and callback invocations.
Code
static function getInfo() {
return array(
'description' => '',
'name' => 'Action hook and callback invocations',
'group' => 'Payment',
);
}