public static function RulesConditionalTestCase::getInfo in Conditional Rules 8
Same name and namespace in other branches
- 7 tests/rules_conditional.test \RulesConditionalTestCase::getInfo()
Returns test info.
File
- tests/rules_conditional.test, line 308 
- SimpleTest testing suites.
Class
- RulesConditionalTestCase
- Default if-else tests.
Code
public static function getInfo() {
  return array(
    'name' => 'Conditional',
    'description' => 'Test the if-else plugins.',
    'group' => 'Conditional Rules',
  );
}