You are here

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

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',
    ),
  );
}