en-US locale not de
Some checks failed
CI / testsuite (pgsql, 8.2, ) (push) Failing after 5m23s
CI / testsuite (mysql, 8.2, ) (push) Failing after 5m32s
CI / testsuite (mysql, 8.4, ) (push) Failing after 9m55s
CI / testsuite (sqlite, 8.2, ) (push) Failing after 4m23s
CI / testsuite (pgsql, 8.4, ) (push) Failing after 8m9s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 5m20s
CI / Coding Standard & Static Analysis (push) Failing after 2m42s
CI / testsuite (sqlite, 8.4, ) (push) Failing after 6m24s

This commit is contained in:
2026-03-18 23:47:18 -07:00
parent 7bafc528b4
commit e89ae66140

View File

@@ -37,7 +37,7 @@ define('WWW_ROOT', PLUGIN_ROOT . DS . 'webroot' . DS);
define('TESTS', __DIR__ . DS); define('TESTS', __DIR__ . DS);
define('CONFIG', TESTS . 'config' . DS); define('CONFIG', TESTS . 'config' . DS);
ini_set('intl.default_locale', 'de-DE'); ini_set('intl.default_locale', 'en-US');
require PLUGIN_ROOT . '/vendor/autoload.php'; require PLUGIN_ROOT . '/vendor/autoload.php';
require CORE_PATH . 'config/bootstrap.php'; require CORE_PATH . 'config/bootstrap.php';