Merge remote-tracking branch 'origin/master' into php8

pull/1121/head
github-actions[bot] 2022-02-18 05:18:21 +00:00
commit 595f9cf42e
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class I18nTest extends TestCase
{
$_SERVER['HTTP_ACCEPT_LANGUAGE'] = '*';
I18n::loadTranslations();
$this->assertTrue(strlen(I18n::_('en')) == 2, 'browser language any');
$this->assertTrue(strlen(I18n::_('en')) >= 2, 'browser language any');
}
public function testVariableInjection()