Skip to content

Commit 5663a94

Browse files
committed
hard code locale for tests
1 parent ccf99a7 commit 5663a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function autoload(string $className) : void
4040

4141
\PHPFUI\ORM::setTranslationCallback(\PHPFUI\Translation\Translator::trans(...));
4242
\PHPFUI\Translation\Translator::setTranslationDirectory(__DIR__ . '/../translations');
43-
\PHPFUI\Translation\Translator::setLocale(\Locale::getDefault());
43+
\PHPFUI\Translation\Translator::setLocale('en_US');
4444

4545
$tables = \PHPFUI\ORM::getTables();
4646

0 commit comments

Comments
 (0)