Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / src / Tests / Cache / PageCacheTagsTestBase.php
index 582a2f4f067b3ea574fc6933c1e0565f1300815d..1e29e56278682a9e5ee5942867f0c3a9410f2f4d 100644 (file)
@@ -54,7 +54,7 @@ abstract class PageCacheTagsTestBase extends WebTestBase {
       $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);