updated contrib modules

This commit is contained in:
2019-07-09 12:22:32 +02:00
parent cc3b64a193
commit 438237e852
469 changed files with 17307 additions and 8396 deletions

View File

@@ -11,11 +11,15 @@
* @see views_plugin_cache
*/
class ViewsCacheTest extends ViewsSqlTest {
/**
*
*/
public static function getInfo() {
return array(
'name' => 'Cache',
'description' => 'Tests pluggable caching for views.',
'group' => 'Views Plugins'
'group' => 'Views Plugins',
);
}
@@ -153,9 +157,9 @@ class ViewsCacheTest extends ViewsSqlTest {
* Tests css/js storage and restoring mechanism.
*/
function testHeaderStorage() {
// Create a view with output caching enabled.
// Some hook_views_pre_render in views_test.module adds the test css/js file.
// so they should be added to the css/js storage.
// Create a view with output caching enabled. Some hook_views_pre_render in
// views_test.module adds the test css/js file, so they should be added to
// the css/js storage.
$view = $this->getBasicView();
$view->init_display();
$view->name = 'test_cache_header_storage';