X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FConfig%2FConfigEntityNormalizeTest.php;h=1b468b0670fae09ea869b14ecdbc32ebbd7f6eb1;hp=4cbc16a0e04281f9f9165e949bac1dc166975b5a;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php index 4cbc16a0e..1b468b067 100644 --- a/web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php +++ b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php @@ -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.');