Commit 1308123
committed
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 environment1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
630 | 635 | | |
631 | 636 | | |
632 | 637 | | |
| |||
0 commit comments