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