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