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 #12650 Add note about .env.local being ignored in test environment (clemherreman)
This PR was merged into the 4.3 branch.
Discussion
----------
Add note about .env.local being ignored in test environment
This PR add a short note, warning developers that the `.env.local` is always ignored on test environments.
This surprised me, because I am using PHP VCR to isolate my test suite. I set my real API credential in a `.env.local`, however I was suprised to see they were not used when running my test suite against the real API.
I am not sure about which branch I should target, so I aimed at the one when you click on "Edit this page" on the documentation page.
Commits
-------
3a5c137 Add note about .env.local being ignored in test environment
0 commit comments