Sebastian Bergmann

Results 557 comments of Sebastian Bergmann

@jrfnl Can you delete your `.phpunit.cache` directory and see if that works around this issue as well? Thanks!

Please test whether the PHPUnit 12.0.2 PHAR solves this issue for you. Thank you!

Thank you for testing. I will (try to) stop working on this until after the weekend. Besides, I have no idea what might be going on here as I looked...

> Let me know if/when you want me to try additional debug steps. The only thing I can think of right now would be to use git-bisect to find out...

`ant phar-snapshot` in a checkout of PHPUnit's repository will build a PHAR. You "only" need to make sure that php-code-coverage is installed from a specific revision.

Sorry, but you need something UNIXy to build PHARs.

> Also, once it's gone, re-running on PHPUnit 11 (which creates the cache anew) and then PHPUnit 12 without clearing the cache in between, re-introduces the issue. With PHPUnit 11...

> As far as I can tell it is not possible to modify the configuration by means other than cli and xml. Your assumption is correct. The default configuration is...

> Any chance that you add the CLI option along with the attribute? I do not see how a CLI option would be relevant in the context of what this...

I think that the functionality you propose here is useful. However, the current implementation can "only" be considered an early proof of concept in my opinion. Retried tests are not...