-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
SYMFONY_PHPUNIT_VERSION in the phpunit.xml.dist has no effect #992
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
Comments
The |
This was referenced Jun 11, 2019
Merged
javiereguiluz
added a commit
that referenced
this issue
Jun 11, 2019
@javiereguiluz so this one can also be closed? 😉 Was fixed by #1000 |
Yes, closing as as fixed. Thanks! |
sayjun0505
added a commit
to sayjun0505/sym_proj
that referenced
this issue
Apr 16, 2023
This PR was merged into the master branch. Discussion ---------- use phpunit 7.5 See symfony/demo#992 And I also updated to phpunit 7.5 Commits ------- ab0b711 use phpunit 7.5
spider-yamet
added a commit
to spider-yamet/sym_proj
that referenced
this issue
Apr 16, 2023
This PR was merged into the master branch. Discussion ---------- use phpunit 7.5 See symfony/demo#992 And I also updated to phpunit 7.5 Commits ------- ab0b711 use phpunit 7.5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
It seems that
<env name="SYMFONY_PHPUNIT_VERSION" value="7.1"/>
contained in the phpunit.xml.dist has literally no effect on the PHPUnit version used instead of the version7.1
Let's see for yourself on your Travis builds: https://travis-ci.org/symfony/demo/jobs/540800942#L637 where version
6.5.14
is used.Commenting those 3 lines seems to fix this problem, reading the value from phpunit.xml.dist again.
Thanks @Kocal to help me tracking this down.
The text was updated successfully, but these errors were encountered: