Skip to content
Snippets Groups Projects

Resolve #3511123 "Remove cache tag assertions"

Closed catch requested to merge issue/drupal-3511123:3511123-remove-cache-tag into 11.x
1 unresolved thread
8 files
+ 16
22
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -88,9 +88,8 @@ public function testLogin(): void {
'dynamic_page_cache' => 2,
],
'CacheDeleteCount' => 0,
'CacheTagChecksumCount' => 3,
'CacheTagIsValidCount' => 30,
'CacheTagInvalidationCount' => 0,
'CacheTagLookupQueryCount' => 20,
'ScriptCount' => 2,
'ScriptBytes' => 215500,
'StylesheetCount' => 1,
Loading