-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Re-allow SF DI>4.4.0 & upgrade di test package #1105
Conversation
Looks like there is something incompatible with sonata-project/page-bundle in that component, because blacklisting version 4.4 fixes the build.
If you want to use the latest di test package, you will have to upgrade phpunit to version 8 (can be done in |
You will have to add |
not sure but according to the build i guess i need to open a PR on CoreBundle |
waiting for sonata-project/SonataCoreBundle#729 to be merged :) |
The CoreBundle is deprecated, please try to port the breaking code to this bundle, otherwise we must do this, when we drop the CoreBundle (e.g. on the master branch) |
@core23 don't think there is any breaking code to port here. Build is just failing because of CoreBundle or am I miss understanding? |
@core23 is saying you should just copy the |
almost understood. However, even with migrating all tests from CoreBundle to PageBundle (because some others will make the build fail), without merging anything in CoreBundle it will still fail. Or do we need to merge the removal of all test inside CoreBundle first? Not sure of what i have to do here sorry 😬 |
Some other tests? Which ones? |
sorry i miss understood the core bundle relationship in the test 😬 hope i did what was expected ;) |
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.
You did terrific 👍 let's merge
I created a PR on dev-kit to make sure we stay with PHPUnit 8: sonata-project/dev-kit#541 Also, I'm going to release a new version of the page bundle |
Subject
I am targeting this branch, because it does not contain BC break i guess.
to understand this:
Changelog