You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
params:
- .env # load params from .env file
- env # load params from environment vars
and a value comes both from .env file and ENV variable then the .env value is always used (no matter in which order you load the params).
In the original ticket the issue was fixed in #6477 however only SymfonyDotenv section was changed, could it be that the bug is still in if using PhpDotenv?
I've stumbled upon a bug reported here:
#6473
If configure my
codeception.ymllike thisand a value comes both from .env file and ENV variable then the .env value is always used (no matter in which order you load the
params).In the original ticket the issue was fixed in #6477 however only
SymfonyDotenvsection was changed, could it be that the bug is still in if usingPhpDotenv?Codeception/src/Codeception/Lib/ParamsLoader.php
Lines 129 to 137 in cb4c200
Using verions 5.2.2 at the moment: