-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency phpunit/phpunit to v12 #688
Open
renovate
wants to merge
1
commit into
3.11.x
Choose a base branch
from
renovate/phpunit-phpunit-12.x
base: 3.11.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
4d4368f
to
f89b9f8
Compare
e4690b8
to
57edc6c
Compare
fd6760d
to
a77497a
Compare
a93e7eb
to
e22794e
Compare
88d38cd
to
2b83771
Compare
30c4393
to
11ba078
Compare
11ba078
to
c5fd282
Compare
990e7b5
to
51df675
Compare
378678c
to
be0e806
Compare
| datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpunit/phpunit | 11.5.15 | 12.0.10 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
be0e806
to
3f44107
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^11.5.15
->^12.0.0
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v12.0.10
: PHPUnit 12.0.10Compare Source
Changed
How to install or update PHPUnit
v12.0.9
: PHPUnit 12.0.9Compare Source
Fixed
with()
on test doubles yields error with static analyzerHow to install or update PHPUnit
v12.0.8
: PHPUnit 12.0.8Compare Source
Changed
How to install or update PHPUnit
v12.0.7
: PHPUnit 12.0.7Compare Source
Fixed
How to install or update PHPUnit
v12.0.6
: PHPUnit 12.0.6Compare Source
Fixed
$expected
and$actual
are mixed up in failure description whenassertJsonFileEqualsJsonFile()
failsHow to install or update PHPUnit
v12.0.5
: PHPUnit 12.0.5Compare Source
Fixed
How to install or update PHPUnit
v12.0.4
: PHPUnit 12.0.4Compare Source
Fixed
How to install or update PHPUnit
v12.0.3
: PHPUnit 12.0.3Compare Source
Changed
TestCase::__construct()
is now declaredfinal
(it was annotated with@final
before and the announced changed from@final
tofinal
for PHPUnit 12 was forgotten)Fixed
includeUncoveredFiles
configuration optionTest\PreparationFailed
event is now emitted in addition to aTest\Errored
event when an unexpected exception is triggered in a before-test methodTest\Passed
event is no longer emitted in addition to aTest\Failed
orTest\Errored
event when an assertion failure or an unexpected exception is triggered in an after-test methodTestSuite\Finished
event is now emitted when a before-first-test method errorsHow to install or update PHPUnit
v12.0.2
: PHPUnit 12.0.2Compare Source
Changed
How to install or update PHPUnit
v12.0.1
: PHPUnit 12.0.1Compare Source
Fixed
Assert::isType()
,assertContainsOnly()
,assertNotContainsOnly()
, andcontainsOnly()
How to install or update PHPUnit
v12.0.0
: PHPUnit 12.0.0Compare Source
Added
#[CoversClassesThatExtendClass]
and#[UsesClassesThatExtendClass]
#[CoversClassesThatImplementInterface]
and#[UsesClassesThatImplementInterface]
#[CoversNamespace]
and#[UsesNamespace]
#[RequiresEnvironmentVariable]
Changed
shortenArraysForExportThreshold
is now10
(limit export of arrays to 10 levels) instead of0
(do not limit export of arrays)Deprecated
Assert::isType()
(was soft-deprecated in PHPUnit 11.5)assertContainsOnly()
(was soft-deprecated in PHPUnit 11.5)assertNotContainsOnly()
(was soft-deprecated in PHPUnit 11.5)containsOnly()
(was soft-deprecated in PHPUnit 11.5)Removed
TestCase::iniSet()
TestCase::setLocale()
TestCase::createTestProxy()
TestCase::getMockForAbstractClass()
TestCase::getMockFromWsdl()
TestCase::getMockForTrait()
TestCase::getObjectForTrait()
MockBuilder::enableAutoload()
andMockBuilder::disableAutoload()
MockBuilder::allowMockingUnknownTypes()
andMockBuilder::disallowMockingUnknownTypes()
MockBuilder::enableProxyingToOriginalMethods()
,MockBuilder::disableProxyingToOriginalMethods()
, andMockBuilder::setProxyTarget()
MockBuilder::getMockForTrait()
MockBuilder::getMockForAbstractClass()
MockBuilder::enableArgumentCloning()
andMockBuilder::disableArgumentCloning()
MockBuilder::addMethods()
method
TestCase
methods for creating return stub configuration objectsassertStringNotMatchesFormat()
andassertStringNotMatchesFormatFile()
expects()
on test stubs--group
,--exclude-group
,--covers
,--uses
, and--test-suffix
CLI optionsrestrictDeprecations
attribute on the<source>
element of the XML configuration file#[CoversClass]
and#[UsesClass]
attributesHow 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 is behind base branch, 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.