Skip to content
Snippets Groups Projects

Move status report styling to its own library.

Closed catch requested to merge issue/drupal-3511938:3511938-move-status-report into 11.x
Files
10
@@ -93,7 +93,7 @@ public function testLogin(): void {
'ScriptCount' => 2,
'ScriptBytes' => 215500,
'StylesheetCount' => 1,
'StylesheetBytes' => 47700,
'StylesheetBytes' => 46300,
];
$this->assertMetrics($expected, $performance_data);
Loading