Sebastian Bergmann

Results 385 comments of Sebastian Bergmann

I would gladly consider a pull request. Thanks!

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...

> Same problem here with php 7.1.33 and PHPUnit 7.5.20 using XDebug PHPUnit 7.5 is no longer maintained, neither is PHP 7.1.

I will have an answer for this when we are closer to the release of PHPUnit 10.

Why do you want to use `Xml::prepareString()`? Also note that this class is marked `@internal`.

`--teamcity` registers a printer. We should warn about attempts to register more than one printer, but we cannot allow more than one printer. That being said, you probably do not...

Maybe, but I still believe that implementing an HTML report generator as a result printer is wrong.

I suggest that you ask the vendor of `Drupal\Tests\Listeners\HtmlOutputPrinter` whether registering it using `--printer` is the recommended way. Maybe it should be registered as a listener (in `phpunit.xml`).

I will have a look at this after I have merged the `issue-4502/php-8-attributes` branch. Alternatively, you are welcome to send a pull request against that branch.