Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / src / Functional / Cache / PageCacheTagsTestBase.php
index 39a514fa3b2ac2a6a055a9ad533cdc31bec96eb5..69afeb745d9ffbe85ecaf5bc75e722bedef9a7d6 100644 (file)
@@ -51,7 +51,7 @@ abstract class PageCacheTagsTestBase extends BrowserTestBase {
       $absolute_url = $url->setAbsolute()->toString();
       $cid_parts = [$absolute_url, 'html'];
       $cid = implode(':', $cid_parts);
-      $cache_entry = \Drupal::cache('render')->get($cid);
+      $cache_entry = \Drupal::cache('page')->get($cid);
       sort($cache_entry->tags);
       $tags = array_unique($tags);
       sort($tags);