public static function ucRecurringIntegrationTestCase::getInfo in UC Recurring Payments and Subscriptions 7.2
Same name and namespace in other branches
- 6.2 uc_recurring.test \ucRecurringIntegrationTestCase::getInfo()
File
- ./
uc_recurring.test, line 284 - UC Recurring simpletest
Class
- ucRecurringIntegrationTestCase
- Test payment gateway API functions in uc_recurring.
Code
public static function getInfo() {
return array(
'name' => t('Payment integration'),
'description' => t('Test the API functionality to trigger recurring payments via a third party module.'),
'group' => t('Ubercart recurring fees'),
);
}