You are here

function ContextConditionNodeTest::getInfo in Context 6

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

File

tests/context.conditions.test, line 352

Class

ContextConditionNodeTest

Code

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