You are here

public static function ucRecurringAPITestCase::getInfo in UC Recurring Payments and Subscriptions 6.2

Same name and namespace in other branches
  1. 7.2 uc_recurring.test \ucRecurringAPITestCase::getInfo()

Overrides UbercartCartCheckoutTestCase::getInfo

File

./uc_recurring.test, line 150
UC Recurring simpletest

Class

ucRecurringAPITestCase
Test the recurring API.

Code

public static function getInfo() {
  return array(
    'name' => t('API functions'),
    'description' => t('Setup recurring product and test the actions that can occur on a recurring payment.'),
    'group' => t('Ubercart recurring fees'),
  );
}