As reported in the previous release, I was working on supporting PHPUnit 9. Today, PHPUnit 9.1 was released, and so I’ve released Paraunit 1.1.0, which supports only PHPUnit 9.1 and forward: this is due to the fact that the --printer
option got deprecated, so I have to switch approach to have a working solution for the foreseeable future. In this case, I switched to using TestHook
, and opted for a small refactor of how Paraunit fetches PHPUnit test results.
Here’s the full changelog of the release:
Added
- Add support for PHPUnit 9.1 #149
Changed
- Large internal refactor from using PHPUnit’s
--printer
toTestHook
s #149