Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get 100% mutation coverage in a filamentphp project. The issue I am having is that it is telling me that a public property isn't covered when mutated. The thing is, I can change it just like the mutation suggest, and suddenly several tests fail.. I feel that this is a bug, as I cannot see a way of fixing it via my own code..
The ListApplications class is in listed in
covers()
in the test fileBeta Was this translation helpful? Give feedback.
All reactions