diff --git a/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php b/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php index c0b0b63..875282e 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php @@ -95,6 +95,7 @@ function testAdminDefinedFormatDate() { */ function testFormatDate() { global $user; + $this->resetAll(); $language_interface = language(Language::TYPE_INTERFACE);