Releases: sebastianbergmann/phpunit
Releases · sebastianbergmann/phpunit
PHPUnit 10.5.28
Fixed
- #5898:
Test\Passedevent is not emitted for PHPT tests --coverage-filterCLI option could not be used multiple times
PHPUnit 11.2.7
Changed
- Updated dependencies (so that users that install using Composer's
--prefer-lowestCLI option also get recent versions)
Fixed
- #5892: Errors during write of
phpunit.xmlare not handled correctly when--generate-configurationis used
PHPUnit 10.5.27
Changed
- Updated dependencies (so that users that install using Composer's
--prefer-lowestCLI option also get recent versions)
Fixed
- #5892: Errors during write of
phpunit.xmlare not handled correctly when--generate-configurationis used
PHPUnit 9.6.20
Changed
- Updated dependencies (so that users that install using Composer's
--prefer-lowestCLI option also get recent versions)
PHPUnit 8.5.39
Changed
- Updated dependencies (so that users that install using Composer's
--prefer-lowestCLI option also get recent versions)
PHPUnit 10.5.26
Added
--only-summary-for-coverage-textCLI option to reduce the code coverage report in text format to a summary--show-uncovered-for-coverage-textCLI option to expand the code coverage report in text format to include a list of uncovered files
PHPUnit 11.2.6
PHPUnit 10.5.25
PHPUnit 11.2.5
Changed
- #5877: Use
array_pop()instead ofarray_shift()for processingTestobjects inTestSuite::run()and optimizeTestSuite::isEmpty()