X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Ffixtures%2Fupdate%2Fdrupal-8.block-context-manager-2354889.php;h=c19c6bb6646b1033ab9a3ba8c6c3e464ee89223f;hb=4f1b9b4ab48a8498afac9e2213a02a23ccf4a06c;hp=cb35676899473f7eabb67ddc5f9a3019ddb3b335;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php b/web/core/modules/system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php index cb3567689..c19c6bb66 100644 --- a/web/core/modules/system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php +++ b/web/core/modules/system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php @@ -47,7 +47,7 @@ $existing_blocks = unserialize($existing_blocks); $connection->update('key_value') ->fields([ - 'value' => serialize(array_merge($existing_blocks, ['block.block.testfor2354889', 'block.block.secondtestfor2354889', 'block.block.thirdtestfor2354889'])) + 'value' => serialize(array_merge($existing_blocks, ['block.block.testfor2354889', 'block.block.secondtestfor2354889', 'block.block.thirdtestfor2354889'])), ]) ->condition('collection', 'config.entity.key_store.block') ->condition('name', 'theme:bartik')