Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / datetime / src / Tests / Views / DateTimeHandlerTestBase.php
index 854352eb5bd2b4767b9ebd62103368c9027e5ed5..a89687ad151ce955d7802911f30e9da43f80887c 100644 (file)
@@ -49,7 +49,7 @@ abstract class DateTimeHandlerTestBase extends HandlerTestBase {
     // Add a date field to page nodes.
     $node_type = NodeType::create([
       'type' => 'page',
-      'name' => 'page'
+      'name' => 'page',
     ]);
     $node_type->save();
     $fieldStorage = FieldStorageConfig::create([