public static function ViewsContentCacheTest::getInfo in Views content cache 7.3
Same name and namespace in other branches
- 6.2 tests/views_content_cache.test \ViewsContentCacheTest::getInfo()
File
- tests/
views_content_cache.test, line 9 - Provides the Views content cache tests.
Class
- ViewsContentCacheTest
- @file Provides the Views content cache tests.
Code
public static function getInfo() {
return array(
'name' => t('Views content cache functional tests'),
'description' => t('Functional tests for the Views content cache module.'),
'group' => t('Views content cache'),
);
}