public static function RulesConditionalFrameworkTestCase::getInfo in Conditional Rules 8
Same name and namespace in other branches
- 7 tests/rules_conditional.test \RulesConditionalFrameworkTestCase::getInfo()
Returns test info.
File
- tests/
rules_conditional.test, line 48 - SimpleTest testing suites.
Class
- RulesConditionalFrameworkTestCase
- Framework tests.
Code
public static function getInfo() {
return array(
'name' => 'Framework',
'description' => 'Test the core conditional plugin framework.',
'group' => 'Conditional Rules',
);
}