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 / FilterDateTimeTest.php
index 7cb0fa040ab8c04651129e2c8e08a753febc84cf..1e6369cd2400256ccdd6ca5807fec932c15c41c5 100644 (file)
@@ -59,7 +59,7 @@ class FilterDateTimeTest extends DateTimeHandlerTestBase {
         'type' => 'page',
         'field_date' => [
           'value' => $date,
-        ]
+        ],
       ]);
       $node->save();
       $this->nodes[] = $node;