Maks Rafalko
Maks Rafalko
Personally, I always like to use as much descriptive names as possible (long variable/method names, etc.), so from the first look this sounds good to me. But there are more...
Those are **uncovered** mutants and by default they are not shown by `--show-mutations` option, only with verbose mode. This option only shows **escaped** mutants. So functioning as developed.
I'm revising issues from [0.14.0 milestone](https://github.com/infection/infection/milestone/25), guys what else needs to be done here? @sanmai have you completed review? (I see you requested a review from yourself) @heahoh will you...
hm... try running with PCOV, without xdebug&phpdbg
Ok, I understood the root of the issue. I'm testing 0.16.0-rc.2 with different projects, and one of them uses PHPUnit 5.7.27 which does not support PCOV, hence the issue. I...
Thank you @theofidry
I would say we need to force it by fixer, otherwise it will be inconsistent anyway (human factor). I didn't find any rule for PHP-CS-Fixer to remove (or add) property...
> PHPStan can infer the types from private properties, but not from protected or public ones. So whichever way we go, we do need to keep them on those properties....
Meanwhile, you can workaround this issue with the `configDir` setting in `infection.json` file, see https://infection.github.io/guide/usage.html For example, if you have 2 configuration files, you can locate the custom one in...
I quite like the idea as it adds a really simple way of running several test frameworks to kill the mutant. Could you please describe your use case? What particular...