Update dependency phpunit/phpunit to v11.3.4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpunit/phpunit (source) | require-dev | patch |
11.3.3 -> 11.3.4
|
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v11.3.4
: PHPUnit 11.3.4
Fixed
-
#4584:
assertJsonStringEqualsJsonString()
considers objects with sequential numeric keys equal to be arrays - #4625: Generator yielding keys that are neither integer or string leads to hard-to-understand error message when used as data provider
- #4674: JSON assertions should treat objects as unordered
-
#5891:
Callback
constraint does not handle variadic arguments correctly when used for mock object expectations -
#5929: TestDox output containing
$
at the beginning gets truncated when used with a data provider -
#5943: Tests configured to be in group(s) using the XML configuration file are also added to the
default
group
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.