You are here

public static function RulesConditionalWhileTestCase::getInfo in Conditional Rules 8

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

Returns test info.

File

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

Class

RulesConditionalWhileTestCase
While tests.

Code

public static function getInfo() {
  return array(
    'name' => 'While loop',
    'description' => 'Test the while loop plugin.',
    'group' => 'Conditional Rules',
  );
}