Update dependency phpunit/phpunit to v11.5.4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpunit/phpunit (source) | require-dev | patch |
11.5.3 -> 11.5.4
|
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v11.5.4
: PHPUnit 11.5.4
Changed
-
#5958: Support for
#[CoversTrait]
and#[UsesTrait]
attributes is no longer deprecated -
#5960: Support for targeting trait methods with the
#[CoversMethod]
and#[UsesMethod]
attributes is no longer deprecated
Fixed
- #6103: Output from test run in separate process is printed twice
- #6109: Skipping a test in a before-class method crashes JUnit XML logger
-
#6111: Deprecations cause
SourceMapper
to scan all<source/>
files
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.