A typo was added in a recent commit. See https://www.drupal.org/node/2533768#comment-10157586
+++ b/core/modules/system/src/Tests/Cache/CacheContextOptimizationTest.php
@@ -80,4 +80,45 @@ public function testUserPermissionCacheContextOptimization() {
+ // cache context defined a cache tag for user entity changes23, which should
"changes23" should be updated to "changes".
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | fix_error_in-2540764-1.patch | 885 bytes | borisson_ |
Comments
Comment #1
borisson_Comment #2
loopduplicate commentedLooks good to me. Marking as RTBC.
Comment #3
wim leersThanks!
Comment #4
wim leersComment #5
lauriiiWhats wrong with changes23?
Comment #6
loopduplicate commentedHi lauriii,
Well, it seems like the "23" part of "changes23" wasn't supposed to be there.
Regards,
Jeff
Comment #7
alexpottCommitted f8f25e4 and pushed to 8.0.x. Thanks!