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 / ArgumentDateTimeTest.php
index 8261b27793f8555c3069110cf681c3bbf4426ca0..f9b8c5c88671eb9152634b0b211cd8ce335f7d71 100644 (file)
@@ -38,7 +38,7 @@ class ArgumentDateTimeTest extends DateTimeHandlerTestBase {
         'type' => 'page',
         'field_date' => [
           'value' => $date,
-        ]
+        ],
       ]);
       $node->save();
       $this->nodes[] = $node;