chore(deps): update dependency phpunit/phpunit to v11.5.23 #133
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.5.12
->11.5.23
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v11.5.23
: PHPUnit 11.5.23Compare Source
Fixed
shortenArraysForExportThreshold
XML configuration setting has no effect on all arrays exported for event-related value objectsHow to install or update PHPUnit
v11.5.22
: PHPUnit 11.5.22Compare Source
Changed
How to install or update PHPUnit
v11.5.21
: PHPUnit 11.5.21Compare Source
Changed
createStubForIntersectionOfInterfaces()
is called with a classHow to install or update PHPUnit
v11.5.20
: PHPUnit 11.5.20Compare Source
Fixed
assertEmpty()
andassertNotEmpty()
use overly restrictivephpstan-assert empty
directivesHow to install or update PHPUnit
v11.5.19
: PHPUnit 11.5.19Compare Source
Added
displayDetailsOnAllIssues
attribute on the<phpunit>
element of the XML configuration file and--display-all-issues
CLI option for controlling whether PHPUnit should display details on all issues that are triggered (default:false
)failOnAllIssues
attribute on the<phpunit>
element of the XML configuration file and--fail-on-all-issues
CLI option for controlling whether PHPUnit should fail on all issues that are triggered (default:false
)Changed
E_STRICT
constantFixed
%a
and%A
matches are not ignored from diff whenEXPECTF
failsHow to install or update PHPUnit
v11.5.18
: PHPUnit 11.5.18Compare Source
Changed
memory_get_peak_usage()
is now reset immediately before theTest\Prepared
event is emitted usingmemory_reset_peak_usage()
so that (memory usage atTest\Finished
- memory usage atTest\Prepared
) is a better approximation of the memory usage of the testTelemetry\Info
now uses peak memory usage instead of memory usage (this affects--log-events-verbose-text
)Fixed
How to install or update PHPUnit
v11.5.17
: PHPUnit 11.5.17Compare Source
Fixed
How to install or update PHPUnit
v11.5.16
: PHPUnit 11.5.16Compare Source
Fixed
willReturnMap()
fails with nullable parameters when their default isnull
and no argument is passed for themHow to install or update PHPUnit
v11.5.15
: PHPUnit 11.5.15Compare Source
Changed
How to install or update PHPUnit
v11.5.14
: PHPUnit 11.5.14Compare Source
Changed
How to install or update PHPUnit
v11.5.13
: PHPUnit 11.5.13Compare Source
Changed
How to install or update PHPUnit
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.