Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block / tests / src / Unit / Menu / BlockLocalTasksTest.php
index 6d7dbf2b9b7d6d0bc32104cd2005f2d39e31791c..6e442d75e57aea2e9180ca09e96221a739850fc3 100644 (file)
@@ -16,9 +16,9 @@ class BlockLocalTasksTest extends LocalTaskIntegrationTestBase {
     $this->directoryList = ['block' => 'core/modules/block'];
     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) [