X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FConfig%2FConfigSchemaTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FConfig%2FConfigSchemaTest.php;h=e16225d0ecaae6002f334f475342604e7980ca37;hp=b2859a0bbfc156f0452134be01219ad61e47e9cd;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php index b2859a0bb..e16225d0e 100644 --- a/web/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php +++ b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php @@ -352,7 +352,7 @@ class ConfigSchemaTest extends KernelTestBase { // If the config schema doesn't have a type it shouldn't be casted. 'no_type' => 1, 'mapping' => [ - 'string' => 1 + 'string' => 1, ], 'float' => '3.14', 'null_float' => '', @@ -375,7 +375,7 @@ class ConfigSchemaTest extends KernelTestBase { 'boolean' => TRUE, 'no_type' => 1, 'mapping' => [ - 'string' => '1' + 'string' => '1', ], 'float' => 3.14, 'null_float' => NULL,