You are here

function ContextReactionBlockAjaxTest::getInfo in Context 6.3

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

File

tests/context.reactions.test, line 47

Class

ContextReactionBlockAjaxTest

Code

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