X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FDatetime%2FDrupalDateTimeTest.php;h=488fa6ef42ebcbbf538f1285c3840e07223ab064;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=d2114fdf8ec26c1873d2cd0a01c76e15c9fe9882;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php b/web/core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php index d2114fdf8..488fa6ef4 100644 --- a/web/core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php +++ b/web/core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php @@ -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);