test: make I18nTest actually reload English translations again

This commit is contained in:
rugk 2025-11-13 12:28:03 +00:00
parent 38a722d2f5
commit e676264616

View file

@ -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()