You are here

public static function RulesConditionalUITestCase::getInfo in Conditional Rules 8

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

Returns test info.

File

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

Class

RulesConditionalUITestCase
UI tests.

Code

public static function getInfo() {
  return array(
    'name' => 'User interface',
    'description' => 'Test the user interface implementations for conditional plugins.',
    'group' => 'Conditional Rules',
  );
}