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