You are here

public static function ContextReactionBlockAjaxAccessTest::getInfo in Context 7.3

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

File

tests/context.reactions.test, line 109

Class

ContextReactionBlockAjaxAccessTest

Code

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