You are here

function ContextConditionContextTest::getInfo in Context 6.3

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

File

tests/context.conditions.test, line 294

Class

ContextConditionContextTest

Code

function getInfo() {
  return array(
    'name' => t('Condition: context'),
    'description' => t('Test context condition.'),
    'group' => t('Context'),
  );
}