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

move environment variable resolving to simple-phpunit script #578

Closed
wants to merge 1 commit into from
Closed

move environment variable resolving to simple-phpunit script #578

wants to merge 1 commit into from

Conversation

IonBazan
Copy link

Q A
License MIT

This fixes #561 by moving all the environment variable resolving to simple-phpunit script from symfony/phpunit-bridge package. This allows users to specify PHPUnit version in phpunit.xml.dist file, without actually setting the env variable.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Pull request passes validation.

@@ -11,6 +11,8 @@
<ini name="error_reporting" value="-1" />
<server name="APP_ENV" value="test" force="true" />
<server name="SHELL_VERBOSITY" value="-1" />
<server name="SYMFONY_PHPUNIT_VERSION" value="6.5" />
Copy link
Author

Choose a reason for hiding this comment

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

@fabpot @nicolas-grekas I am not really sure if we should use server or env node here.

@nicolas-grekas
Copy link
Member

Damn, I just submitted #579 :)
Looking at the attached patch, I think we should close this one.
See also symfony/symfony#31210

@IonBazan
Copy link
Author

@nicolas-grekas You are right - 3.3 should not be affected by this change.

@IonBazan IonBazan closed this Apr 23, 2019
@IonBazan IonBazan deleted the phpunit-bridge-envs branch April 25, 2019 09:31
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.

None yet

2 participants