-
Notifications
You must be signed in to change notification settings - Fork 55
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
chore(deps): update dependency phpunit/phpunit to v12 #6822
Open
renovate
wants to merge
1
commit into
devel
Choose a base branch
from
renovate/phpunit-phpunit-12.x
base: devel
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.
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
|
d86d9eb
to
587b1d0
Compare
52ee659
to
0ccaaa2
Compare
b9990af
to
c50d054
Compare
2e40154
to
5fd2706
Compare
44b5940
to
d07bb3c
Compare
d07bb3c
to
6847ac5
Compare
6847ac5
to
9614eea
Compare
9614eea
to
11d9e7f
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.10
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v12.0.10
Compare Source
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 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.