Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate / tests / src / Unit / process / FormatDateTest.php
index 7038c23868f1f6552f6a3cdd8d9f03dad9c8b091..994de3855fbd9a8ae3c598a0206c4a15113de4d0 100644 (file)
@@ -85,7 +85,7 @@ class FormatDateTest extends MigrateProcessTestCase {
           'timezone' => 'America/Managua',
         ],
         'value' => '2004-12-19T10:19:42-0600',
-        'expected' => '2004-12-19T10:19:42-06:00 -06:00'
+        'expected' => '2004-12-19T10:19:42-06:00 -06:00',
       ],
     ];
   }