I have an #infectionPHP question: The `_Throws`-Mutation effectively removes my exit condition to avoid an endless recursion loop and thus runs into a Timeout.
The Timeout though apparently is considered bad, given it's not considered a "killed" mutation.
So, how do I make infection happy? I don't know how to avoid an endless recursion when infection would mutate my exit condition away ;)