function ContextReactionBlockAjaxTest::getInfo in Context 6.3
Same name and namespace in other branches
- 6 tests/context.reactions.test \ContextReactionBlockAjaxTest::getInfo()
- 7.3 tests/context.reactions.test \ContextReactionBlockAjaxTest::getInfo()
File
- tests/
context.reactions.test, line 47
Class
Code
function getInfo() {
return array(
'name' => t('Reaction: block ajax'),
'description' => t('Test block reaction ajax behavior.'),
'group' => t('Context'),
);
}