From e6762646168c69f32ea4ec1de5ec96d88f221935 Mon Sep 17 00:00:00 2001 From: rugk Date: Thu, 13 Nov 2025 12:28:03 +0000 Subject: [PATCH] test: make I18nTest actually reload English translations again --- tst/I18nTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/I18nTest.php b/tst/I18nTest.php index 0374c897..02d8cd3f 100644 --- a/tst/I18nTest.php +++ b/tst/I18nTest.php @@ -37,7 +37,7 @@ class I18nTest extends TestCase public function tearDown(): void { unset($_COOKIE['lang'], $_SERVER['HTTP_ACCEPT_LANGUAGE']); - unset($_SERVER['HTTP_ACCEPT_LANGUAGE']); + I18n::loadTranslations(); } public function testTranslationFallback()