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
minor #43692 [Dotenv] Fix testLoadEnv() to start from a fresh context (fancyweb)
This PR was merged into the 4.4 branch.
Discussion
----------
[Dotenv] Fix testLoadEnv() to start from a fresh context
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
The current code doesn't test properly because `SYMFONY_DOTENV_VARS` state is not cleaned for example. We want to test "from the start" everytime here (with no state from a previous load, like it would be in a real app).
Commits
-------
ed70b78 [Dotenv] Fix testLoadEnv() to start from a fresh context
0 commit comments