-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Fix for #6625 #6628
Fix for #6625 #6628
Conversation
This fix adds a recommendation of installing PHPUnit as a PHAR archive, as suggested in symfony#6625.
👍 |
Thanks @kix for taking the time to submit this PR, it looks like the root problem has been fixed: phpspec/prophecy#275 |
I think that this PR can be closed, PHPUnit can be installed on Symfony 3.1 since the new release of Prophecy this morning. |
Imo it's still a good idea to recommend not to add PHPUnit to the project's requirements. |
I agree with @xabbuh. Thanks for fixing this Stepan! |
to use version 4.2 or higher to test the Symfony core code itself). | ||
It's recommended to use the latest stable PHPUnit version, `installed as | ||
PHAR`_ (you will have to use version 4.2 or higher to test the Symfony core | ||
code itself). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh well, now that I look at this again: I think we should remove the note about the core as testing Symfony itself is a bit different (we have our own PHPUnit wrapper script).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see #6672
This fix adds a recommendation of installing PHPUnit as a PHAR archive, as suggested in #6625.