You are here

function ContextUnitTestCase::getInfo in Context 6

Same name and namespace in other branches
  1. 6.2 tests/context.test \ContextUnitTestCase::getInfo()

Implementation of get_info() for information

File

tests/context.test, line 7

Class

ContextUnitTestCase

Code

function getInfo() {
  return array(
    'name' => t('context_get(), context_exists() unit tests'),
    'description' => t('Sets all possible context types and checks for integrity.'),
    'group' => t('Context'),
  );
}