You are here

public static function ContextConditionNagateUserTest::getInfo in Context 7.3

File

tests/context.conditions.test, line 55

Class

ContextConditionNagateUserTest

Code

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