Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Config / ConfigSchemaTest.php
index b2859a0bbfc156f0452134be01219ad61e47e9cd..e16225d0ecaae6002f334f475342604e7980ca37 100644 (file)
@@ -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,