How does Symfony load the test environment for end-to-end tests? – PHP Versions
I'm working on another PHP project that uses end-to-end tests and .env files. However before running the tests I need to modify the .env file to point to the test database (instead of the development one). When I work on…