Paraunit 0.12.2: two more fixes
Today I released a new small patch for Paraunit, fixing an output bug and intercepting a new king of retryable exception.
Today I released a new small patch for Paraunit, fixing an output bug and intercepting a new king of retryable exception.
I had to release a fast fix for a problem introduced in the 0.12 release, due to the new behavior of the --text
and --text-summary
options. At first, it seemed that having an option with an optional argument was impossible, but I was able to do that anyway, and it spured a PR to the Symfony Docs too!
With this release, I had to do some under-the-hood changes, but we finally support PHPUnit 7; to do that I had to bump the minimum PHP required version to 7.1. I’ve also added a better support for text coverage report, adding the possibility of obtaining just the summary report.
This releases has nothing big on the outside, but a lot of code rework under the hood. The DI has been completely migrated from YAML to PHP (so no more symfony/yaml
) and support for Symfony 4 has been added; also, a small bug has been fixed.
With this release, Paraunit replaces the suggestion of facile-it/paraunit-testcase
with dama/doctrine-test-bundle
; also there’s a new feature that will report any test failure due to deprecation warnings catched by the Symfony PHPUnit Bridge.