You are here

public static function ContextConditionLanguageTest::getInfo in Context 7.3

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

File

tests/context.conditions.test, line 209

Class

ContextConditionLanguageTest

Code

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