You are here

public function ContextUnitTest::getInfo in Context 6.3

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

File

tests/context.test, line 4

Class

ContextUnitTest

Code

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