Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / datetime / tests / src / Kernel / Views / SortDateTimeTest.php
index 7375c4db29e26997b1709a44f836f432c48c1d42..16e888abee1c95b228bd5eeb6ec8794ec7289145 100644 (file)
@@ -39,7 +39,7 @@ class SortDateTimeTest extends DateTimeHandlerTestBase {
         'type' => 'page',
         'field_date' => [
           'value' => $date,
-        ]
+        ],
       ]);
       $node->save();
       $this->nodes[] = $node;