From 226b0ed7d12a7158bdedfb91d8a51f159639246d Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Sun, 29 Oct 2023 20:36:54 +0100 Subject: [PATCH] [PHPUnitBridge] Add a note to disable the locale forcing by the bridge --- components/phpunit_bridge.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index e387510c69b..69c9993e603 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -432,6 +432,9 @@ configuration file: +Finally, if you want to avoid the bridge to force any locale, you can set the +``SYMFONY_PHPUNIT_LOCALE`` environment variable to ``0``. + .. versionadded:: 6.4 The support for the ``SYMFONY_PHPUNIT_LOCALE`` environment variable was