-
Notifications
You must be signed in to change notification settings - Fork 180
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
Add support for phpunit 10 #610
Conversation
Thanks for the PR, please note that PHPUnit 10 isn't fully supported by Symfony yet: symfony/symfony#49069 |
Do you need help to fix the error? The |
It looks like the error in the tests comes from there: LiipFunctionalTestBundle/src/DependencyInjection/Compiler/OptionalValidatorPass.php Lines 23 to 25 in 07f5dcb
With Symfony I wonder why tests break in this PR but not on the main branch (e.g. it works in #611). |
Coud you please push only the commit 0b57717 on a separate PR? Once it will be merged, you'll be able to run the Actions without requiring the permission from the maintainers. |
@alexislefebvre done in MR #619 . |
Thanks! Please rebase this PR, the issue with PHP-CS-Fixer is fixed on the main branch. |
rebased @alexislefebvre |
We had to change a warning to a failing test and update the PHPUnit config. Thanks! Please try the last release: https://github.com/liip/LiipFunctionalTestBundle/releases/tag/4.9.0 |
No description provided.