You are here

public static function ContextUnitTest::getInfo in Context 7.3

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

File

tests/context.test, line 6

Class

ContextUnitTest

Code

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