You are here

function ContextBlocksTestCase::getInfo in Context 6.2

Implementation of get_info() for information

File

tests/context_blocks.test, line 8

Class

ContextBlocksTestCase

Code

function getInfo() {
  return array(
    'name' => t('Context block reactions'),
    'description' => t('Checks that our implementation of the block reactions works.'),
    'group' => t('Context'),
  );
}