You are here

public static function ContextReactionMenuTest::getInfo in Context 7.3

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

File

tests/context.reactions.test, line 135

Class

ContextReactionMenuTest

Code

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