Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block_content / tests / src / Unit / Menu / BlockContentLocalTasksTest.php
index ced7e84c30c00e8aa4b195262d9216cfe23629bf..30b7c253f5fbeaf35a46c8dbc4be618c4e1fbace 100644 (file)
@@ -19,9 +19,9 @@ class BlockContentLocalTasksTest extends LocalTaskIntegrationTestBase {
     ];
     parent::setUp();
 
-    $config_factory = $this->getConfigFactoryStub(['system.theme' => [
-      'default' => 'test_c',
-    ]]);
+    $config_factory = $this->getConfigFactoryStub([
+      'system.theme' => ['default' => 'test_c'],
+    ]);
 
     $themes = [];
     $themes['test_a'] = (object) [