Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the testing environment file specified in a suite #45

Closed
wants to merge 1 commit into from

Conversation

barmax
Copy link

@barmax barmax commented Nov 4, 2022

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
Copy link
Author

barmax commented Nov 4, 2022

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

@barmax barmax closed this Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

failed to use testing environment file specified in suite config
1 participant