Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block_content / tests / src / Functional / BlockContentCacheTagsTest.php
index e00de6b5a92794e0aaf0e97e4dd7212d8a121b83..59f111b9658fd8d958c16cf7738d7f8daf595267 100644 (file)
@@ -76,7 +76,7 @@ class BlockContentCacheTagsTest extends EntityCacheTagsTestBase {
     // Render the block.
     // @todo The request stack manipulation won't be necessary once
     //   https://www.drupal.org/node/2367555 is fixed and the
-    //   corresponding $request->isMethodSafe() checks are removed from
+    //   corresponding $request->isMethodCacheable() checks are removed from
     //   Drupal\Core\Render\Renderer.
     $request_stack = $this->container->get('request_stack');
     $request_stack->push(new Request());