You are here

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

File

tests/object_cache.test, line 11

Class

CtoolsObjectCache
Test object cache storage.

Code

public static function getInfo() {
  return array(
    'name' => 'Object cache storage (UI tests)',
    'description' => 'Verify that objects are written, readable and lockable.',
    'group' => 'ctools',
    'dependencies' => array(
      'ctools',
    ),
  );
}