function CtoolsUnitObjectCachePlugins::getInfo
File
-
tests/
object_cache_unit.test, line 11
Class
- CtoolsUnitObjectCachePlugins
- Test ctools_cache_find_plugin and the structure of the default cache plugins.
Code
public static function getInfo() {
return array(
'name' => 'Object cache storage (unit tests)',
'description' => 'Verify that objects are written, readable and lockable.',
'group' => 'ctools',
'dependencies' => array(
'ctools',
),
);
}