Théo FIDRY
Théo FIDRY
| Question | Answer | ------------| --------------- | Infection version | 0.26.4 | Test Framework version | PHPUnit 9.5.13 | PHP version | 7.4.21 | Platform | OSX | Github...
While working mostly CLI centric applications (Box, PHP-Scoper, Infection), I have always been frustrated with a couple of points regarding `symfony/console`. After years of trying to ignore this, it finally...
As per the doc: >timeout - the maximum allowed time for mutated processes to run, in whole seconds, before they are considered a timeout. Make sure to set it to...
Sometimes especially when dealing with regexes, you find yourself to debug why it is not working. You check your regex against the assumed subject and see that it works but...
| Question | Answer | ------------| --------------- | Infection version | 0.26.4 | Test Framework version | PHPUnit 9.5.3 | PHP version | 7.4.21 | Platform | OSX | Github...
| Question | Answer | ------------| --------------- | Infection version | 0.26.4 | Test Framework version | PHPUnit 9.5.3 | PHP version | 7.4.21 | Platform | OSX | Github...
Current example of the output:
I'm trying to play with the logs displayed as I think there is a few things that could be improved there. However I believe this small change could add to...
When instantiating an adapter, we are now checking the version used to warn the user of potential undesired behaviour if the version is not the expected one. We are not...
Extracted from #1209 and probably the most controversial piece. ## The goal I would like to come up with a nomenclature which can guide some Infection users and contributors to...