symfony / test-pack

A Symfony Pack for functional testing
MIT License
857 stars 9 forks source link

20210202 add dotenv dependency #16

Closed mic-oliveira closed 2 years ago

mic-oliveira commented 2 years ago

Symfony v4.3 when installing test-pack does not update dotenv as a dependency of the package and in some cases, if dotenv is below version 5, there will be no bootEnv method that is in tests/bootstrap.php

nicolas-grekas commented 2 years ago

I'm sorry but don't understand why this is needed. Also, 4.3 is not maintained anymore. Please resubmit if the issue persists with 4.4. Please also provide reproducing steps so that we can run into the issue locally.