Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Config / ConfigEntityUnitTest.php
index 807152bfedd6d59daace7cbe5f81e44d41df3b4a..154d2383b4f7c875274fd7b58473f78c1f784e26 100644 (file)
@@ -97,7 +97,7 @@ class ConfigEntityUnitTest extends KernelTestBase {
     $entity = $this->storage->create([
       'id' => $this->randomMachineName(),
       'label' => $this->randomString(),
-      'style' => 999
+      'style' => 999,
     ]);
     $entity->save();
     $this->assertSame('999', $entity->style);