You are here

public static function UserpointsRulesTestCase::getInfo in User Points 7.2

Implements getInfo().

File

userpoints_rules/userpoints_rules.test, line 13
Tests for Userpoints Services integration.

Class

UserpointsRulesTestCase
@file Tests for Userpoints Services integration.

Code

public static function getInfo() {
  return array(
    'name' => t('Rules integration'),
    'description' => t('Tests the rules events and actions.'),
    'group' => t('Userpoints'),
    'dependencies' => array(
      'rules',
    ),
  );
}