Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Config / ConfigEntityNormalizeTest.php
index 4cbc16a0e04281f9f9165e949bac1dc166975b5a..1b468b0670fae09ea869b14ecdbc32ebbd7f6eb1 100644 (file)
@@ -31,7 +31,7 @@ class ConfigEntityNormalizeTest extends KernelTestBase {
     $config = $this->config('config_test.dynamic.system');
     $data = [
       'label' => 'foobar',
-      'additional_key' => TRUE
+      'additional_key' => TRUE,
     ] + $config->getRawData();
     $config->setData($data)->save();
     $this->assertNotIdentical($config_entity->toArray(), $config->getRawData(), 'Stored config entity is not is equivalent to config schema.');