You are here

public static function ContextReactionBlockAjaxTest::getInfo in Context 7.3

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

File

tests/context.reactions.test, line 82

Class

ContextReactionBlockAjaxTest

Code

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