You are here

function ContextConditionNodeTaxonomyTest::getInfo in Context 6.3

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

File

tests/context.conditions.test, line 121

Class

ContextConditionNodeTaxonomyTest

Code

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