You are here

function ContextReactionBlockAjaxAccessTest::getInfo in Context 6.3

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

File

tests/context.reactions.test, line 72

Class

ContextReactionBlockAjaxAccessTest

Code

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