Paraunit 0.12.3: allow phpunit/php-file-iterator 2
Today I released a new small patch for Paraunit, fixing the support for a hidden dependency (phpunit/php-file-iterator
) which broke Paraunit with its 2.0 release.
Today I released a new small patch for Paraunit, fixing the support for a hidden dependency (phpunit/php-file-iterator
) which broke Paraunit with its 2.0 release.
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 time around we have a minor version bump, due to a new feature!