public static function ViewsCacheTest::getInfo in Views (for Drupal 7) 7.3
File
- tests/
views_cache.test, line 18 - Definition of ViewsCacheTest.
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',
);
}