phpunit icon indicating copy to clipboard operation
phpunit copied to clipboard

Don't run tests when wrong xdebug mode is set

Open staabm opened this issue 6 months ago • 1 comments

doing a process restart and persisting all possible cli args etc, while not just re-using composer/xdebug-handler and re-implementing everything is not a useful way and requires lots of code we would need to maintain.

therefore I figured I would just make sure that phpunit exits early instead of running all tests, when the coverage driver cannot be activated

closes https://github.com/sebastianbergmann/phpunit/issues/6233

staabm avatar Jun 14 '25 10:06 staabm

should be good to go

staabm avatar Jun 16 '25 07:06 staabm

Merged manually, thanks.

sebastianbergmann avatar Jun 24 '25 05:06 sebastianbergmann

Thanks 🙏

staabm avatar Jun 24 '25 06:06 staabm