You are here

function ContextReactionBlockTest::getInfo in Context 6

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

File

tests/context.reactions.test, line 6

Class

ContextReactionBlockTest

Code

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