X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fblock%2Ftests%2Fsrc%2FUnit%2FMenu%2FBlockLocalTasksTest.php;fp=web%2Fcore%2Fmodules%2Fblock%2Ftests%2Fsrc%2FUnit%2FMenu%2FBlockLocalTasksTest.php;h=6e442d75e57aea2e9180ca09e96221a739850fc3;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=6d7dbf2b9b7d6d0bc32104cd2005f2d39e31791c;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php b/web/core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php index 6d7dbf2b9..6e442d75e 100644 --- a/web/core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php +++ b/web/core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php @@ -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) [