Skip to content

Commit 15e29ef

Browse files
chore(deps): update dependency phpunit/phpunit to ^13.2.5 (#934)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://redirect.github.com/sebastianbergmann/phpunit)) | `^13.2.4` → `^13.2.5` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/13.2.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/13.2.4/13.2.5?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/220) for more information. --- ### Release Notes <details> <summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary> ### [`v13.2.5`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/13.2.5): PHPUnit 13.2.5 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/13.2.4...13.2.5) ##### Changed - Messages for tests that are skipped because of an unsatisfied `RequiresPhp`, `RequiresPhpunit`, or `RequiresPhpExtension` version requirement now include the version that is actually being used - Warning messages about incomplete version requirements as well as version requirements without a version comparison operator, and the error message for invalid version requirements, now include the full version requirement and explain what is expected ##### Fixed - [#&#8203;6825](https://redirect.github.com/sebastianbergmann/phpunit/pull/6825): Forwarding to previous error handler can result in infinite recursion - [#&#8203;6831](https://redirect.github.com/sebastianbergmann/issues/pull/6831): PHPUnit's error handler does not respect `@` error suppression and forwards suppressed warnings to previous error handler - [#&#8203;6833](https://redirect.github.com/sebastianbergmann/phpunit/issues/6833): `assertArrayHasKey()` does not accept `ArrayAccess` implementations with a specific value type when test code is analysed with PHPStan at level 9 - [#&#8203;6854](https://redirect.github.com/sebastianbergmann/phpunit/issues/6854): Deprecation triggered in first-party code is wrongly classified as indirect when the first-party code is called from third-party code - Test classes were not sorted relative to each other when tests were ordered by duration *** Learn how to install or update PHPUnit 13.2 in the [documentation](https://docs.phpunit.de/en/13.2/installation.html). ##### Keep up to date with PHPUnit: - You can follow [@&#8203;phpunit@phpc.social](https://phpc.social/@&#8203;phpunit) to stay up to date with PHPUnit's development. - You can subscribe to the [PHPUnit Updates](https://phpunit.de/newsletter) newsletter to receive updates about and tips for PHPUnit. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Lendable/aggregate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zLjIiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b11a02 commit 15e29ef

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"phpstan/phpstan-deprecation-rules": "^2.0.4",
2323
"phpstan/phpstan-phpunit": "^2.0.18",
2424
"phpstan/phpstan-strict-rules": "^2.0.12",
25-
"phpunit/phpunit": "^13.2.4",
25+
"phpunit/phpunit": "^13.2.5",
2626
"qossmic/deptrac": "^2.0.4",
2727
"rector/rector": "^2.5.7"
2828
},

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)