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