You are here

public static function ContextConditionUserTest::getInfo in Context 7.3

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

File

tests/context.conditions.test, line 6

Class

ContextConditionUserTest

Code

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