You are here

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

File

tests/css_cache.test, line 11

Class

CtoolsCSSObjectCache
Tests the custom CSS cache handler.

Code

public static function getInfo() {
  return array(
    'name' => 'CSS cache',
    'description' => 'Tests the custom CSS cache handler.',
    'group' => 'ctools',
    'dependencies' => array(
      'ctools',
    ),
  );
}