X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Ffixtures%2Fupdate%2Fdrupal-8.update-test-block-disabled-2513534.php;h=cf5f9dfebeb2269edb56fe97c4b2e932aee0d32f;hb=4f1b9b4ab48a8498afac9e2213a02a23ccf4a06c;hp=fa394473d731f741e108fc2820994987fdbc4a11;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/system/tests/fixtures/update/drupal-8.update-test-block-disabled-2513534.php b/web/core/modules/system/tests/fixtures/update/drupal-8.update-test-block-disabled-2513534.php index fa394473d..cf5f9dfeb 100644 --- a/web/core/modules/system/tests/fixtures/update/drupal-8.update-test-block-disabled-2513534.php +++ b/web/core/modules/system/tests/fixtures/update/drupal-8.update-test-block-disabled-2513534.php @@ -43,7 +43,7 @@ $existing_blocks = unserialize($existing_blocks); $connection->update('key_value') ->fields([ - 'value' => serialize(array_merge($existing_blocks, ['block.block.testfor2513534', 'block.block.secondtestfor2513534'])) + 'value' => serialize(array_merge($existing_blocks, ['block.block.testfor2513534', 'block.block.secondtestfor2513534'])), ]) ->condition('collection', 'config.entity.key_store.block') ->condition('name', 'theme:bartik')