-
-
Notifications
You must be signed in to change notification settings - Fork 9
Adding phpunit directly to the pack #10
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
Conversation
Same comment in https://github.com/symfony/recipes/pull/906/files#issuecomment-805326748 👍 from purely technical pov. |
composer.json
Outdated
@@ -6,6 +6,7 @@ | |||
"require": { | |||
"symfony/browser-kit": "*", | |||
"symfony/css-selector": "*", | |||
"symfony/phpunit-bridge": "*" | |||
"symfony/phpunit-bridge": "*", | |||
"phpunit/phpunit": "*" |
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.
alpha ordering rulez?
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.
or not, because the order drives the order of recipes, right?
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.
I updated it. I think it won't matter, but after we merge, I'll double-check that. phpunit/phpunit
and phpunit-bridge
both share a few files (like tests/bootstrap.php
) but ordering doesn't cause a problem there. And, thanks to the now-merged recipe PR, phpunit/phpunit
no longer has a post-install text, so no problem there either.
Can't we merge now, but tag only when 5.3 comes out? |
2938ca6
to
ccf134e
Compare
That's a good idea. I'll add a reminder for myself near the end of May to ping for a tag. |
See symfony/recipes#906