You are here

public static function RulesConditionalSwitchTestCase::getInfo in Conditional Rules 8

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

Returns test info.

File

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

Class

RulesConditionalSwitchTestCase
Switch tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Switch',
    'description' => 'Test the switch plugins.',
    'group' => 'Conditional Rules',
  );
}