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