You are here

public static function ContextConditionPathTest::getInfo in Context 7.3

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

File

tests/context.conditions.test, line 285

Class

ContextConditionPathTest

Code

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