diff options
Diffstat (limited to 'tests/TestCase.php')
| -rw-r--r-- | tests/TestCase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestCase.php b/tests/TestCase.php index 7e66040925..438d7083a3 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -95,7 +95,7 @@ class TestCase extends \PHPUnit\Framework\TestCase defined('WT_ROOT') || define('WT_ROOT', dirname(__DIR__) . '/'); defined('WT_BASE_URL') || define('WT_BASE_URL', 'http://localhost/'); defined('WT_DATA_DIR') || define('WT_DATA_DIR', WT_ROOT . 'data/'); - defined('WT_LOCALE') || define('WT_LOCALE', I18N::init('en-US', null, false)); + defined('WT_LOCALE') || define('WT_LOCALE', I18N::init('en-US', null, true)); if (static::$uses_database) { DB::connection()->beginTransaction(); |
