Maks Rafalko
Maks Rafalko
Thanks for your hard work @sidz, let's merge and release
Released https://github.com/infection/infection/releases/tag/0.28.0
Spent a couple of hours investigating it, here are my thoughts (they also answer to your questions): 1. Normalizing boolean expressions and finding duplicates is not an easy task. What...
what do you mean by `$queryString` and `$placeholder`?
Unfortunately, I can look into it not earlier than the end of the week, so if it's urgent, feel free to help ;) I'm pretty sure something has changed in...
for the provided logs, we can see that for the ecaped mutant: ```diff 1) /app/src/Factory/DottedAccessConfigAbstractFactory.php:44 [M] InstanceOf_ - if (!is_array($array) && !$array instanceof ArrayAccess) { + if (!is_array($array) && !false)...
```xml ``` I can confirm PHPUnit 10 is now differently generates `xml` coverage (BC break). So we need to update infection to understand both formats (old and new one). PHPUnit...
@acelaya please use `--only-covering-test-cases` again, should be fixed now in `0.27.0`
yes please, probably there is another bug
@acelaya is it in https://github.com/shlinkio/shlink-installer repository?