You are here

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

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

File

./uc_recurring.test, line 157
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'),
  );
}