You are here

public static function CtoolsContextUnitTestCase::getInfo in Chaos Tool Suite (ctools) 7

File

tests/context.test, line 344
Test the keyword substitution functionality.

Class

CtoolsContextUnitTestCase
Test the context classes.

Code

public static function getInfo() {
  return array(
    'name' => 'Context unit tests',
    'description' => 'Verifies that context classes behave correctly',
    'group' => 'ctools',
    'dependencies' => array(
      'ctools',
    ),
  );
}