X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Frest%2Ftests%2Ffixtures%2Fupdate%2Fdrupal-8.rest-rest_update_8203.php;fp=web%2Fcore%2Fmodules%2Frest%2Ftests%2Ffixtures%2Fupdate%2Fdrupal-8.rest-rest_update_8203.php;h=c20ba9531d4e35b2da400d5f484a00c9113e4409;hp=15acff94094f95177faeed1c293a00ec6d6e3a2b;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8203.php b/web/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8203.php index 15acff940..c20ba9531 100644 --- a/web/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8203.php +++ b/web/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8203.php @@ -53,6 +53,6 @@ $data = $connection->insert('config') ->fields([ 'name' => 'rest.settings', 'data' => serialize($config), - 'collection' => '' + 'collection' => '', ]) ->execute();