function ViewsCacheTest::getInfo
File
-
tests/
views_cache.test, line 18
Class
- ViewsCacheTest
- Basic test for pluggable caching.
Code
public static function getInfo() {
return array(
'name' => 'Cache',
'description' => 'Tests pluggable caching for views.',
'group' => 'Views Plugins',
);
}