Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Session / AccountProxyTest.php
index 0e575a07ecc603090523ec1cb5b315bc581fc329..3e6d501723d5d510e968e885dcd88c769929964e 100644 (file)
@@ -47,7 +47,9 @@ class AccountProxyTest extends UnitTestCase {
 namespace Drupal\Core\Session;
 
 if (!function_exists('drupal_get_user_timezone')) {
+
   function drupal_get_user_timezone() {
     return date_default_timezone_get();
   }
+
 }