-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
PHPUnit 7 #3009
PHPUnit 7 #3009
Conversation
Blocking issues/PRs were closed/merged, anything else blocking now? |
@Majkl578 As mentioned in symfony/symfony#26139, Symfony still not compatible with PHPUnit 7. I have already used |
Can we just bump PHPUnit requirements on our end and update the bridge later? I see that we run PHPUnit directly and also have a dependency on it directly. What's the point of using the bridge? |
Depecation notices + their testing I suppose, added in #2846. |
In the bridge, I can't see any dependency on Symfony. Why is it an argument for not making the bridge compatible with PHPUnit 7 first? |
Well, the bridge itself is part of Symfony so I guess it meant Symfony is not compatible, therefore the bridge is not compatible either. |
When You Marry ‘The One,’ You Also Marry The Family… eh. |
Okay, I pushed a fix to the suite & bumped requirement directly into @carusogabriel's branch (this PR). For now it depends on the bridge |
Build is green except the lowest deps, those will be fixed once stable version is released and |
@Majkl578 Oh thanks, I was banging my head against version |
The fixes were merged into 3.4 and up so |
composer.json
Outdated
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", | ||
"symfony/console": "^2.0.5||^3.0", | ||
"symfony/phpunit-bridge": "^3.3" | ||
"symfony/phpunit-bridge": "^4.0.5@dev" |
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.
Can't 🚢 until this is an @dev
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.
Yup, waiting for Symfony to release, will drop @dev
after that.
Updated with the |
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.
🚢
WIP as Symfony PHPUnit Bridge will need some compatibility.