Sebastian Bergmann

Results 557 comments of Sebastian Bergmann

Thank you, Marko, for offering to help. But I do not know yet what the right test strategy here is. I also do not know when I will find the...

Thank you for your report. Please provide a **minimal**, **self-contained**, reproducing test case that shows the problem you are reporting. Without such a minimal, self-contained, reproducing test case I will...

> internal caching mechanism Internal to PHPUnit or internal to your software?

Nothing has changed between 10.5.5 and 10.5.10 with regards to this issue, so that has to be a coincidence.

Whenever PHPUnit emits an event (run your test suite using `--debug` or `--no-output --log-events-text php://stdout` to see the events that are emitted for your test suite), PHP's [`hrtime()`](https://www.php.net/manual/en/function.hrtime.php) is called...

Thank you, @theseer, for providing context. While I hope that nobody uses 32bit systems anymore (except for retrocomputing, of course), I do not think that we can drop support for...

For this to work properly, we need to know for each test to which `` it belongs. Otherwise we cannot skip loading bootstrap scripts that are not required when, for...

Annotations will not be changed. In fact, they will be deprecated in PHPUnit 11 and removed in PHPUnit 12.