Paraunit 2.10.0: respect ignored test issues

This is a republished tag announcement for facile-it/paraunit. You can find the release here.

With this new minor, we’re adding a new usability feature: we’re respecting PHPUnit suppression of issues, either if that happens via attributes or via baseline. Such information was already being propagated by PHPUnit’s event system, onto which Paraunit latches to work its magic.

Credits to @keradus, the maintainer of PHP-CS-Fixer (which uses Paraunit it its CI), for bringing this to my attention.

The obvious next step would be to support similar options for output coming from PHPUnit config of from –-display-* CLI options.

This is the full changelog:

  • Suppress output for test issues that are ignored #381