You are here

static function RulesTestCase::getInfo in Rules 8.3

Same name and namespace in other branches
  1. 6 rules_test/rules_test.test \RulesTestCase::getInfo()
  2. 7.2 tests/rules.test \RulesTestCase::getInfo()

File

d7-tests/rules_test_case.test, line 16
Rules 7.x tests.

Class

RulesTestCase

Code

static function getInfo() {
  return array(
    'name' => 'Rules Engine tests',
    'description' => 'Test using the rules API to create and evaluate rules.',
    'group' => 'Rules',
  );
}