You are here

public static function RulesTestCase::getInfo in Rules 6

Same name and namespace in other branches
  1. 8.3 d7-tests/rules_test_case.test \RulesTestCase::getInfo()
  2. 7.2 tests/rules.test \RulesTestCase::getInfo()

File

rules_test/rules_test.test, line 8
Rules Testing Module - File containing test cases.

Class

RulesTestCase
@file Rules Testing Module - File containing test cases.

Code

public static function getInfo() {
  return array(
    'name' => t('Rules engine API tests'),
    'description' => t('Tests the rules engine API to work correctly.'),
    'group' => t('Rules engine tests'),
  );
}