chore(deps): update dependency phpunit/phpunit to v10.5.47 #1202
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:
10.5.36
->10.5.47
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v10.5.47
: PHPUnit 10.5.47Compare Source
Added
failOnPhpunitWarning
attribute on the<phpunit>
element of the XML configuration file and--fail-on-phpunit-warning
CLI option for controlling whether PHPUnit should fail on PHPUnit warnings (default:true
)--do-not-fail-on-deprecation
,--do-not-fail-on-phpunit-warning
,--do-not-fail-on-phpunit-deprecation
,--do-not-fail-on-empty-test-suite
,--do-not-fail-on-incomplete
,--do-not-fail-on-notice
,--do-not-fail-on-risky
,--do-not-fail-on-skipped
, and--do-not-fail-on-warning
CLI options--do-not-report-useless-tests
CLI option as a replacement for--dont-report-useless-tests
Deprecated
--dont-report-useless-tests
CLI option (use--do-not-report-useless-tests
instead)Fixed
ExpectationFailedException
How to install or update PHPUnit
v10.5.46
: PHPUnit 10.5.46Compare 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
constantHow to install or update PHPUnit
v10.5.45
: PHPUnit 10.5.45Compare Source
Changed
--debug
outputHow to install or update PHPUnit
v10.5.44
: PHPUnit 10.5.44Compare Source
Fixed
string
cannot be used in customized TestDox outputHow to install or update PHPUnit
v10.5.43
: PHPUnit 10.5.43Compare Source
Changed
How to install or update PHPUnit
v10.5.42
: PHPUnit 10.5.42Compare Source
Fixed
SourceMapper
to scan all<source/>
filesHow to install or update PHPUnit
v10.5.41
: PHPUnit 10.5.41Compare Source
Added
Test\AfterLastTestMethodErrored
,Test\AfterTestMethodErrored
,Test\BeforeTestMethodErrored
,Test\PostConditionErrored
, andTest\PreConditionErrored
eventsFixed
system-out
element in JUnit XML logfileHow to install or update PHPUnit
v10.5.40
: PHPUnit 10.5.40Compare Source
Fixed
assertArrayHasKey()
,assertArrayNotHasKey()
,arrayHasKey()
, andArrayHasKey::__construct()
do not support all possible key types--migrate-configuration
does not removebeStrictAboutTodoAnnotatedTests
attribute from XML configuration fileHow to install or update PHPUnit
v10.5.39
: PHPUnit 10.5.39Compare Source
Added
DefaultResultCache::mergeWith()
for merging result cache instancesFixed
How to install or update PHPUnit
v10.5.38
: PHPUnit 10.5.38Compare Source
Changed
How to install or update PHPUnit
v10.5.37
: PHPUnit 10.5.37Compare Source
Fixed
How to install or update PHPUnit
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.