function ViewsContentCacheUnitTest::getInfo in Views content cache 6.2
Same name and namespace in other branches
- 7.3 tests/views_content_cache.test \ViewsContentCacheUnitTest::getInfo()
File
- tests/
views_content_cache.test, line 277
Class
Code
function getInfo() {
return array(
'name' => t('Views content cache unit tests'),
'description' => t('Unit tests for the Views content cache module.'),
'group' => t('Views content cache'),
);
}