You are here

public static function CommerceRecurringTestCase::getInfo in Commerce Recurring Framework 7.2

getInfo() returns properties that are displayed in the test selection form.

File

tests/commerce_recurring.test, line 17
Unit tests for the commerce recurring module.

Class

CommerceRecurringTestCase
@file Unit tests for the commerce recurring module.

Code

public static function getInfo() {
  return array(
    'name' => t('Commerce recurring'),
    'description' => t('Commerce recurring tests.'),
    'group' => t('Commerce recurring'),
  );
}