function CtoolsCSSObjectCache::getInfo

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