All notable changes to this project will be documented in this file. For previous changes, refer to the CHANGELOG-0.x.md document.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add PHP 8.4 support #279
--exclude-testsuite
option #273, thanks @raffaelecarelle--test-suffix
option #273, thanks @raffaelecarelle
- Fix PHPUnit 11.3 compat #260, thanks @kubawerlos
- Reduce package footprint by updating .gitattributes #261, thanks @kubawerlos
- Avoid generating a warning when writing test logs #250
- Add PHPUnit version info #213
- Deduplicate correctly the test files recap at the end of the execution #241
- Fix support for PHPUnit 11, due to dependency conflicts #230
- Add support for Symfony 7 #2220
- Add support for PHPUnit 10.4 #218
- Add output when failing due to PHPUnit runner errors (i.e. with an empty data provider) #217
- Add
--cobertura
coverage report format, useful for GitLab test code coverage visualization #206
- Add
--sort=random
option to execute test classes in random order
- Fix handling of second outcome on last test of class (i.e. deprecation emitted after the last test has passed) #204
- Support for PHPUnit 10
--pass-through
option #194
- 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
- Drop support for PHPUnit < 10
- Avoid passing
--testsuite
option to PHPUnit when running with chunks #276
- 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
- Drop support for Symfony < 4.4 #168
- Allow
jean85/pretty-package-versions
v2 90f84b5
- Drop support for PHPUnit < 9.3 #153
- Add support for deadlock detection on PostgreSQL #152, thanks @elernonelma
- Add support for PHPUnit 9.1 #149
- Large internal refactor from using PHPUnit's
--printer
toTestHook
s #149
- Fix handling of PHPUnit
--stderr
option #144, thanks @pczerkas - Fix small issue in checking coverage data syntax 8f70c
First stable release. The following changes are in comparison to the previous, unstable release (0.12.3), split into the beta releases that were tagged in the meantime.
- PHAR release (it's not working)
- Add support for PHP 7.4
- Add support for Symfony 5
- Add support for ext-pcov as a coverage driver #146
- Drop support for older packages: #134
phpunit/phpunit
6phpunit/php-code-coverage
< 6- All Symfony components < 3.4
- Scalar and return types added everywhere possible
- Add support for
phpunit/phpunit
8 andphpunit/php-code-coverage
7 #133 - Add explicit requirement for
ext-dom
andext-json
#134
- Do not set values on PHPUnit options that do not expect values #127, thanks @fullbl