Codeception / module-laravel

Modern Laravel module for Codeception
MIT License
5 stars 13 forks source link

Use the testing environment file specified in a suite #45

Closed barmax closed 1 year ago

barmax commented 1 year ago

Fixes #20

The Laravel creates an immutable environment repository instance \Dotenv\Repository\RepositoryInterface. The instance is RepositoryBuilder from the package vlucas/phpdotenv. When the Laravel tries change ENV-values to the .env-file from the Codeception, the immutable RepositoryBuilder does not.

barmax commented 1 year ago

I'm so sorry. I made the mistake with the branch name. I made new PR - #46 .