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