Releases: sebastianbergmann/phpunit
Releases · sebastianbergmann/phpunit
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()