You are here

public static function ContextReactionBreadcrumbTest::getInfo in Context 7.3

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

File

tests/context.reactions.test, line 181

Class

ContextReactionBreadcrumbTest

Code

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