Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / src / Functional / Datetime / DrupalDateTimeTest.php
index d2114fdf8ec26c1873d2cd0a01c76e15c9fe9882..488fa6ef42ebcbbf538f1285c3840e07223ab064 100644 (file)
@@ -33,7 +33,7 @@ class DrupalDateTimeTest extends BrowserTestBase {
     $options = [
       'query' => [
         'date' => 'Tue+Sep+17+2013+21%3A35%3A31+GMT%2B0100+(BST)#',
-      ]
+      ],
     ];
     // Query the AJAX Timezone Callback with a long-format date.
     $response = $this->drupalGet('system/timezone/BST/3600/1', $options);