Skip to content

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

Merged
merged 1 commit into from
May 31, 2021

Conversation

weaverryan
Copy link
Member

@weaverryan weaverryan commented Feb 27, 2021

@weaverryan weaverryan changed the title [WIP] Adding phpunit directly to the pack Adding phpunit directly to the pack Mar 23, 2021
@weaverryan weaverryan changed the title Adding phpunit directly to the pack [WIP] Adding phpunit directly to the pack Mar 23, 2021
@nicolas-grekas
Copy link
Member

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": "*"
Copy link
Member

@nicolas-grekas nicolas-grekas Mar 23, 2021

Choose a reason for hiding this comment

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

alpha ordering rulez?

Copy link
Member

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?

Copy link
Member Author

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.

@nicolas-grekas
Copy link
Member

Can't we merge now, but tag only when 5.3 comes out?

@weaverryan
Copy link
Member Author

Can't we merge now, but tag only when 5.3 comes out?

That's a good idea. I'll add a reminder for myself near the end of May to ping for a tag.

@weaverryan weaverryan changed the title [WIP] Adding phpunit directly to the pack Adding phpunit directly to the pack Mar 24, 2021
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.

5 participants