You are here

function ContextConditionMenuTest::getInfo in Context 6.3

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

File

tests/context.conditions.test, line 389

Class

ContextConditionMenuTest

Code

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