Skip to content

Use the extra.runtime.test_envs composer variabels in the symfony:dump-env command #810

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

Closed
wants to merge 1 commit into from
Closed

Use the extra.runtime.test_envs composer variabels in the symfony:dump-env command #810

wants to merge 1 commit into from

Conversation

cmodijk
Copy link
Contributor

@cmodijk cmodijk commented Sep 24, 2021

Added the option to read the extra.runtime.test_envs to load the test envs during the environment dump. This is my attempt to fix #747.

Copy link
Member

@nicolas-grekas nicolas-grekas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please have a look at failures? I guess we need to feature test to add the argument only when a recent enough version of Dotenv is installed.

abdielcs added a commit to abdielcs/symfony that referenced this pull request Sep 24, 2021
@nicolas-grekas
Copy link
Member

Thank you @cmodijk.

nicolas-grekas added a commit that referenced this pull request Oct 11, 2021
…e symfony:dump-env command (cmodijk)

This PR was merged into the 1.16-dev branch.

Discussion
----------

Use the extra.runtime.test_envs composer variabels in the symfony:dump-env command

Added the option to read the `extra.runtime.test_envs` to load the test envs during the environment dump. This is my attempt to fix #747.

Commits
-------

6c3655b Added the option to read the `extra.runtime.test_envs` to load the test envs during the environment dump
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.

The symfony:dump-env does not take in account the testEnvs
2 participants