public static function RulesConditionalWhileTestCase::getInfo in Conditional Rules 8
Same name and namespace in other branches
- 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',
);
}