Hello there,
I've just tried upgrading to PHPUnit 10 on our project, and I notice the changelog says :
- Removed the --printer option
- Removed the printerClass and printerFile attributes on the XML configuration element
https://github.com/sebastianbergmann/phpunit/blob/10.0.0/ChangeLog-10.0.md#1000---2023-02-03
Apparently, the new approach to create a custom printer is "event-based", see sebastianbergmann/phpunit#4807 (comment).
Do you have any plans for a new release of this package ?
Hello there,
I've just tried upgrading to PHPUnit 10 on our project, and I notice the changelog says :
Apparently, the new approach to create a custom printer is "event-based", see sebastianbergmann/phpunit#4807 (comment).
Do you have any plans for a new release of this package ?