You are here

function ContextReactionMenuTest::getInfo in Context 6.3

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

File

tests/context.reactions.test, line 94

Class

ContextReactionMenuTest

Code

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