Paraunit 1.1.0: PHPUnit 9.1 and internal refactor
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.