mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
test: make I18nTest actually reload English translations again
This commit is contained in:
parent
38a722d2f5
commit
e676264616
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue