You are here

public static function RulesConditionalFrameworkTestCase::getInfo in Conditional Rules 7

Same name and namespace in other branches
  1. 8 tests/rules_conditional.test \RulesConditionalFrameworkTestCase::getInfo()

Returns test info.

File

tests/rules_conditional.test, line 48
SimpleTest testing suites.

Class

RulesConditionalFrameworkTestCase
Framework tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Framework',
    'description' => 'Test the core conditional plugin framework.',
    'group' => 'Conditional Rules',
  );
}