You are here

function ContextConditionPathTest::getInfo in Context 6.3

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

File

tests/context.conditions.test, line 252

Class

ContextConditionPathTest

Code

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