-
Notifications
You must be signed in to change notification settings - Fork 62
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
Nested sort #245
Comments
Possibly, I never tried it 😅 |
@Jeroen-G I added support for it in a fork: https://github.com/SauceIndustries/Explorer. However, I'm getting Infection is trying to modify a line but it doesn't actually change anything so the tests continue to pass:
|
If all test pass after infection changes something then you are either missing a test, or a test is doing not enough. In this case I think there is no test where build() is called while $result is empty. I think infection.json outputs also the name of the mutator, which is then explained on https://infection.github.io/guide/mutators.html |
Thanks for looking. How could that ever happen? $field can't be null |
Looking at it again, if you write a test for this function both with the if outcome true and false and you assert the result in both tests then you should be covered. |
Let me know when you need more help! |
Hi,
Is there a way to sort on nested documents?
The text was updated successfully, but these errors were encountered: