You are here

function ContextConditionUserPageTest::getInfo in Context 6

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

File

tests/context.conditions.test, line 62

Class

ContextConditionUserPageTest

Code

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