Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / hal / tests / src / Kernel / EntityTranslationNormalizeTest.php
index 3e27ef637bb45713286c82d77e0687945e00f00b..2ebff2024706d8901581f5beab82abaa943fbf8f 100644 (file)
@@ -51,7 +51,7 @@ class EntityTranslationNormalizeTest extends NormalizerTestBase {
       'sticky' => 0,
       'body' => [
         'value' => $this->randomMachineName(),
-        'format' => $this->randomMachineName()
+        'format' => $this->randomMachineName(),
       ],
       'revision_log' => $this->randomString(),
     ]);
@@ -59,7 +59,7 @@ class EntityTranslationNormalizeTest extends NormalizerTestBase {
       'title' => 'German title',
       'body' => [
         'value' => $this->randomMachineName(),
-        'format' => $this->randomMachineName()
+        'format' => $this->randomMachineName(),
       ],
     ]);
     $node->save();