Update dependency phpunit/phpunit to v11.3.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpunit/phpunit (source) | require-dev | minor |
11.2.9 -> 11.3.0
|
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v11.3.0
: 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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.