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.
- Fix transient dependencies #373
- Add support for Symfony 8 #344, thanks @Kocal
- Fix and improve detection of abnormal terminations #330
- Report PHPUnit deprecations as a separate test issue #304
- Reject
--check-php-configurationPHPUnit option since it doesn't run any test #325
- Deprecations details are now shown according to the PHPUnit config #303, thanks @garak
NB: the config attribute in the PhpUnit configuration is displayDetailsOnTestsThatTriggerDeprecations. Since this value is false by default, in this version the deprecations will be hidden. If you want to replicate the previous behavior, set the attribute to true in your configuration.
--exclude-testsuiteoption #273, thanks @raffaelecarelle--test-suffixoption #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
--coberturacoverage report format, useful for GitLab test code coverage visualization #206
- Add
--sort=randomoption 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-throughoption #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
--testsuiteoption to PHPUnit when running with chunks #276
- Add
--chunk-sizeoption #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-versionsv2 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
--printertoTestHooks #149
- Fix handling of PHPUnit
--stderroption #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/phpunit6phpunit/php-code-coverage< 6- All Symfony components < 3.4
- Scalar and return types added everywhere possible
- Add support for
phpunit/phpunit8 andphpunit/php-code-coverage7 #133 - Add explicit requirement for
ext-domandext-json#134
- Do not set values on PHPUnit options that do not expect values #127, thanks @fullbl