-
Notifications
You must be signed in to change notification settings - Fork 72
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 random
to core extensions
#367
Conversation
As the test results show, the newly added detail requires a verification :) |
I'm on it, but I don't know if it will be that easy because PHP <8.2 doesn't know about the extension. |
Yeh, will be tricky, especially considering mutation tests run on PHP 8.1 🤔 |
@Ocramius Should I run the mutation tests on 8.2 as well? I'm not sure if that can make any difference, but they're already running on 8.0 and 8.1. |
Most of the new surviving mutants are probably coming from the Infection upgrade. The only "real" new one is
but I'm not sure how to kill that one. Should I just lower the minimum covered MSI? |
Could you try with an inline suppression? |
Done. Another option would be to just use |
Had to rollback to |
Hmm, score still went down - perhaps we should just revert all |
Some of the locked dependencies don't allow 8.2, that's why I upgraded them:
|
Yay, seems like my last commit did the trick. |
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.
Excellent, thanks @MidnightDesign!
No description provided.