Releases: sebastianbergmann/phpunit
Releases · sebastianbergmann/phpunit
PHPUnit 11.2.7
Changed
- Updated dependencies (so that users that install using Composer's
--prefer-lowest
CLI option also get recent versions)
Fixed
- #5892: Errors during write of
phpunit.xml
are not handled correctly when--generate-configuration
is used
PHPUnit 10.5.27
Changed
- Updated dependencies (so that users that install using Composer's
--prefer-lowest
CLI option also get recent versions)
Fixed
- #5892: Errors during write of
phpunit.xml
are not handled correctly when--generate-configuration
is used
PHPUnit 9.6.20
Changed
- Updated dependencies (so that users that install using Composer's
--prefer-lowest
CLI option also get recent versions)
PHPUnit 8.5.39
Changed
- Updated dependencies (so that users that install using Composer's
--prefer-lowest
CLI option also get recent versions)
PHPUnit 10.5.26
Added
--only-summary-for-coverage-text
CLI option to reduce the code coverage report in text format to a summary--show-uncovered-for-coverage-text
CLI 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 processingTest
objects inTestSuite::run()
and optimizeTestSuite::isEmpty()
PHPUnit 11.2.4
PHPUnit 10.5.24
Changed
- #5877: Use
array_pop()
instead ofarray_shift()
for processingTest
objects inTestSuite::run()
and optimizeTestSuite::isEmpty()