Releases: sebastianbergmann/phpunit
Releases · sebastianbergmann/phpunit
PHPUnit 10.5.30
Changed
- Improved error message when stubbed method is called more often than return values were configured for it
PHPUnit 11.3.0
Added
- #5869:
shortenArraysForExportThreshold
attribute on the<phpunit>
element of the XML configuration file to limit the export of arrays to a specified number of elements (default:0
/ do not limit the export of arrays) - #5885: Optionally repeat TestDox output for non-successful tests after the regular TestDox output
- #5890: Priority for hook methods
- #5906:
--extension
CLI option to register a test runner extension
Changed
- #5856: When the test runner is configured to fail on deprecations, notices, warnings, incomplete tests, or skipped tests then details for tests that triggered deprecations, notices, or warnings as well as tests that were marked as incomplete or skipped are always shown, respectively
- #5869: The configuration file generated using
--generate-configuration
now limits the export of arrays to 10 elements in order to improve performance
PHPUnit 11.2.9
PHPUnit 10.5.29
PHPUnit 11.2.8
Fixed
- #5898:
Test\Passed
event is not emitted for PHPT tests --coverage-filter
CLI option could not be used multiple times
PHPUnit 10.5.28
Fixed
- #5898:
Test\Passed
event is not emitted for PHPT tests --coverage-filter
CLI option could not be used multiple times
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)