You are here

function ContextConditionUserTest::getInfo in Context 6

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

File

tests/context.conditions.test, line 6

Class

ContextConditionUserTest

Code

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