You are here

public static function ContextReactionBlockTest::getInfo in Context 7.3

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

File

tests/context.reactions.test, line 6

Class

ContextReactionBlockTest

Code

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