Update dependency phpunit/phpunit to v11.2.5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpunit/phpunit (source) | require-dev | minor |
11.1.3 -> 11.2.5
|
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v11.2.5
: PHPUnit 11.2.5
Changed
-
#5877: Use
array_pop()
instead ofarray_shift()
for processingTest
objects inTestSuite::run()
and optimizeTestSuite::isEmpty()
How to install or update PHPUnit
v11.2.4
: PHPUnit 11.2.4
Changed
-
#5875: Also destruct
TestCase
objects early that use a data provider
How to install or update PHPUnit
v11.2.3
: PHPUnit 11.2.3
Changed
-
#5870: Do not collect unnecessary information using
debug_backtrace()
How to install or update PHPUnit
v11.2.2
: PHPUnit 11.2.2
Changed
-
#5861: Destroy
TestCase
object after its test was run
Fixed
- #5822: PHP deprecations triggered within a closure are not handled correctly
How to install or update PHPUnit
v11.2.1
: PHPUnit 11.2.1
Fixed
- #5857: Mocked methods cannot be called from the original constructor of a partially mocked class
-
#5859: XML Configuration File Migrator does not remove
cacheDirectory
attribute from<coverage>
element when migrating from PHPUnit 11.1 to PHPUnit 11.2
How to install or update PHPUnit
v11.2.0
: PHPUnit 11.2.0
Added
-
#5799:
#[CoversTrait]
and#[UsesTrait]
attributes -
#5804: Support doubling
readonly
classes -
#5811:
assertObjectNotEquals()
Deprecated
-
#5800: Support for targeting traits with
#[CoversClass]
and#[UsesClass]
attributes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot