Support the ongoing development of Laravel.io →
posted 6 years ago
Last updated 1 year ago.
0
Solution

Found the solution here:

https://github.com/sebastianbergmann/phpunit/issues/2353

Apparently phpunit does not overwrite existing environment variables by default, you need to explicitly add a force="true" like:

<php>
  <env name="DB_CONNECTION" value="test_mysql" force="true"/>
  <env name="APP_ENV" value="testing" force="true"/>
</php>

Maybe it makes sense to add this to the default phpunit.xml of laravel bootstrap project?
Last updated 6 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.