X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Ffixtures%2Fupdate%2Fdrupal-8.local-actions-tasks-into-blocks-507488.php;h=0fa97e44f64025f5f547ccfe9792f437eb58f2a9;hb=4f1b9b4ab48a8498afac9e2213a02a23ccf4a06c;hp=6cf44b1743965d333c249f8eedbf2bc1e0675b30;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/system/tests/fixtures/update/drupal-8.local-actions-tasks-into-blocks-507488.php b/web/core/modules/system/tests/fixtures/update/drupal-8.local-actions-tasks-into-blocks-507488.php index 6cf44b174..0fa97e44f 100644 --- a/web/core/modules/system/tests/fixtures/update/drupal-8.local-actions-tasks-into-blocks-507488.php +++ b/web/core/modules/system/tests/fixtures/update/drupal-8.local-actions-tasks-into-blocks-507488.php @@ -40,7 +40,7 @@ $existing_blocks = unserialize($existing_blocks); $connection->update('key_value') ->fields([ - 'value' => serialize(array_merge($existing_blocks, ['block.block.seven_local_actions'])) + 'value' => serialize(array_merge($existing_blocks, ['block.block.seven_local_actions'])), ]) ->condition('collection', 'config.entity.key_store.block') ->condition('name', 'theme:seven') @@ -55,7 +55,7 @@ $extensions = $connection->select('config') $extensions = unserialize($extensions); $connection->update('config') ->fields([ - 'data' => serialize(array_merge_recursive($extensions, ['theme' => ['test_theme' => 0]])) + 'data' => serialize(array_merge_recursive($extensions, ['theme' => ['test_theme' => 0]])), ]) ->condition('name', 'core.extension') ->execute();