Releases: facile-it/paraunit
Releases · facile-it/paraunit
2.2.1
- Add output when failing due to PHPUnit runner errors (i.e. with an empty data provider) #217
2.1.0
- Add
--sort=random
option to execute test classes in random order
2.0.1
Fixed
- Fix handling of second outcome on last test of class (i.e. deprecation emitted after the last test has passed) #204
2.0.0
This is a significant new major release of Paraunit, with a big refactor and rewrite regarding both the integration with PHPUnit and the internal system that handles test outcomes. ATTENTION: a minor modification of your PHPUnit XML configuration will be needed, but Paraunit will prompt you and do it automatically on first run.
Added
- Support for PHPUnit 10
--pass-through
option #194
Changed
- The integration mechanic with PHPUnit has now changed, and it now leverages the new event system; to do that, Paraunit will need a bootstrap extension registered in the PHPUnit XML config; at the first run without it, Paraunit will ask if you want to add it automatically #186
Removed
- Drop support for PHPUnit < 10
1.3.0
Added
- Add
--chunk-size
option #164
- Add native enabling of Xdebug coverage mode #170
- Report full process output when in debug mode #170
- Add support for Symfony 6 #168
Removed
- Drop support for Symfony < 4.4 #168
1.2.1
Added
- Allow
jean85/pretty-package-versions
v2 90f84b5
1.2.0
Added
- Add support for PHP 8.0 #154
- Add support for PHPUnit 9.3 #153
Removed
- Drop support for PHPUnit < 9.3 #153
1.1.0
Added
- Add support for PHPUnit 9.1 #149
Changed
- Large internal refactor from using PHPUnit's
--printer
to TestHook
s #149
Removed
- Drop support for PHP <= 7.2 #149
- Drop support for PHPUnit <= 9.0 #149