You are here

function ContextReactionBreadcrumbTest::getInfo in Context 6

Same name and namespace in other branches
  1. 6.3 tests/context.reactions.test \ContextReactionBreadcrumbTest::getInfo()
  2. 7.3 tests/context.reactions.test \ContextReactionBreadcrumbTest::getInfo()

File

tests/context.reactions.test, line 122

Class

ContextReactionBreadcrumbTest

Code

function getInfo() {
  return array(
    'name' => t('Reaction: breadcrumb'),
    'description' => t('Test breadcrumb reaction.'),
    'group' => t('Context'),
  );
}