function CtoolsContextIDTestCase::getInfo
File
-
tests/
context.test, line 13
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',
),
);
}