Maks Rafalko
Maks Rafalko
I would say it's not Infection's responsibility to check if tests work ok in parallel. We can inform users, notify, etc. but not check it (which is not even easy...
> Right, I found the root issue: I'm clearing the Symfony cache in the PHPunit bootstrap script. Wrapping it in `if (!getenv('INFECTION'))` solves the issue. oh, that's a good point....
[From what I see](https://github.com/symfony/demo/blob/main/tests/bootstrap.php), clearing the cache in bootstrap file is not how Symfony works by default. So, it's your (and mine) particular cases, where we added this ourselves. I...
offtopic: > Correct, when developing a regular site or application you're not likely to run into this, although I also wonder how many people do infection testing at all on...
I have super-good news for you guys. 1. It is possible to use Infection for functional/e2e tests 2. Infection **does not** take hours if run it in a correct way...
Released: https://github.com/infection/infection/releases/tag/0.29.2 Thank you @Slamdunk
Same here. Regardless of the method used (`screen.grabRegion()`, `screen.captureRegion()`) - image is always empty. Same code on Win10 works correctly. Manjaro linux
UP: is this repository still maintained? Encountered the issue described in https://github.com/franzliedke/studio/pull/122. This lib doesn't work on PHP 8.2, 8.3 and composer 2.5
I have the same issue `Attempt to modify property "psr-4" on null` ``` PHP 8.3.3 (cli) (built: Feb 16 2024 17:14:40) (NTS) Copyright (c) The PHP Group Zend Engine v4.3.3,...
Could you please explain your use case why is it needed?