public static function ContextConditionMenuTest::getInfo in Context 7.3
Same name and namespace in other branches
- 6.3 tests/context.conditions.test \ContextConditionMenuTest::getInfo()
- 6 tests/context.conditions.test \ContextConditionMenuTest::getInfo()
File
- tests/
context.conditions.test, line 433
Class
Code
public static function getInfo() {
return array(
'name' => 'Condition: menu',
'description' => 'Test menu condition.',
'group' => 'Context',
);
}