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