Set APP_ENV=test for behat
Closed this issue · 0 comments
mRoca commented
Not working because the APP_ENV=dev is forced in docker-compose.yml, and the Kernel loads it instead of .env.test file. Do allow behat to boot on test environment, we must revamp the APP_ENV management in the Docker configuration (Dockerfile + docker-compose files)
Originally posted by @vincentchalamon in #266