You are here

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

File

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

Class

CtoolsContextIDTestCase
@file Test the keyword substitution functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Context IDs',
    'description' => 'Verify that Context IDs work properly.',
    'group' => 'ctools',
    'dependencies' => array(
      'ctools',
    ),
  );
}