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