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