-
Notifications
You must be signed in to change notification settings - Fork 2
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 v11 #71
Open
renovate
wants to merge
38
commits into
main
Choose a base branch
from
renovate/phpunit-phpunit-11.x
base: main
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
Pin dependencies
Update dependency willdurand/negotiation to v2
…lel-lint-1.x Update dependency jakub-onderka/php-parallel-lint to v1
…er-3.x Update dependency squizlabs/php_codesniffer to v3
Update dependency phpunit/phpunit to v8
Update dependency phpunit/phpunit to v8.2.5
Update dependency phpunit/phpunit to v8.3.3
Update dependency phpunit/phpunit to v8.3.4
Update dependency phpunit/phpunit to v8.3.5
…er-3.x Update dependency squizlabs/php_codesniffer to v3.5.0
Update dependency phpunit/phpunit to v8.4.0
Update dependency phpunit/phpunit to v8.4.1
…er-3.x Update dependency squizlabs/php_codesniffer to v3.5.1
Update dependency phpunit/phpunit to v8.4.2
…er-3.x Update dependency squizlabs/php_codesniffer to v3.5.2
Update dependency phpunit/phpunit to v8.4.3
Update dependency phpunit/phpunit to v8.5.4
Update dependency phpunit/phpunit to v8.5.8
Update dependency pdepend/pdepend to v2.8.0
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x
branch
2 times, most recently
from
February 4, 2024 11:12
2acbfcc
to
19bf204
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x
branch
from
February 10, 2024 07:07
19bf204
to
36a6344
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x
branch
from
February 29, 2024 18:03
36a6344
to
48b9493
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x
branch
2 times, most recently
from
March 12, 2024 19:17
5cc306f
to
5dd5785
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x
branch
2 times, most recently
from
March 22, 2024 07:51
91f2092
to
f5ae864
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x
branch
from
March 28, 2024 10:30
f5ae864
to
a06561a
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x
branch
2 times, most recently
from
April 6, 2024 08:10
2aca0c9
to
5602068
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x
branch
from
April 14, 2024 07:50
5602068
to
5392eab
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-11.x
branch
from
April 24, 2024 08:19
5392eab
to
8aca9b3
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Quality Gate passedIssues Measures |
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:
8.5.8
->11.1.3
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v11.1.3
Compare Source
v11.1.2
: PHPUnit 11.1.2Compare Source
Fixed
@testWith
annotation may generatePHP Warning: Uninitialized string offset 0
#[CoversMethod]
attribute is not considered for risky test checkHow to install or update PHPUnit
v11.1.1
: PHPUnit 11.1.1Compare Source
Fixed
#[CoversClass]
and#[UsesClass]
attributes can no longer target traitsHow to install or update PHPUnit
v11.1.0
: PHPUnit 11.1.0Compare Source
Added
#[DisableReturnValueGenerationForTestDoubles]
attribute for disabling return value generation for test doubles created usingcreateMock()
,createMockForIntersectionOfInterfaces()
,createPartialMock()
,createStub()
, andcreateStubForIntersectionOfInterfaces()
#[CoversMethod]
and#[UsesMethod]
attributes for more fine-grained code coverage targeting--filter
,--exclude-filter
,--group
, and--exclude-group
when listing tests using--list-tests
and--list-tests-xml
as well as listing groups with--list-groups
#[CoversClass]
and#[UsesClass]
attributes--only-summary-for-coverage-text
CLI option to reduce the code coverage report in text format to a summary--show-uncovered-for-coverage-text
CLI option to expand the code coverage report in text format to include a list of uncovered filesChanged
--generate-configuration
now generates<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
instead of<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
--group
,--exclude-group
,--covers
,--uses
, and--test-suffix
CLI options to be used multiple timesPHPUnit\Framework\TestCase::__construct()
is now annotated to be final in preparation for declaring itfinal
in PHPUnit 12DeprecationTriggered
,ErrorTriggered
,NoticeTriggered
,PhpDeprecationTriggered
,PhpNoticeTriggered
,PhpWarningTriggered
, andWarningTriggered
events are represented as textDeprecated
restrictDeprecations
attribute on the<source>
element of the XML configuration file is now deprecated in favor of theignoreSelfDeprecations
,ignoreDirectDeprecations
, andignoreIndirectDeprecations
attributes--group
,--exclude-group
,--covers
,--uses
, and--test-suffix
CLI optionsHow to install or update PHPUnit
v11.0.10
: PHPUnit 11.0.10Compare Source
Changed
PHPUnitPHAR
instead of justPHPUnit
for the PHAR distribution of PHPUnitHow to install or update PHPUnit
v11.0.9
: PHPUnit 11.0.9Compare Source
Changed
proc_open()
if not really neededFixed
How to install or update PHPUnit
v11.0.8
: PHPUnit 11.0.8Compare Source
Fixed
How to install or update PHPUnit
v11.0.7
: PHPUnit 11.0.7Compare Source
Changed
Groups::groups()
NamePrettifier::prettifyTestMethodName()
NamePrettifier::prettifyTestMethodName()
once againFixed
How to install or update PHPUnit
v11.0.6
: PHPUnit 11.0.6Compare Source
Changed
NamePrettifier::prettifyTestMethodName()
NamePrettifier::prettifyTestMethodName()
TestRunner::runTestWithTimeout()
Telemetry\System::snapshot()
ExecutionOrderDependency::getTarget()
callNamePrettifier::prettifyTestMethodName()
Fixed
assertArrayIsIdenticalToArrayOnlyConsideringListOfKeys()
does not correctly handle array order-d
CLI option multiple times triggers warningHow to install or update PHPUnit
v11.0.5
Compare Source
v11.0.4
Compare Source
v11.0.3
Compare Source
v11.0.2
Compare Source
v11.0.1
Compare Source
v11.0.0
Compare Source
v10.5.20
Compare Source
v10.5.19
: PHPUnit 10.5.19Compare Source
Fixed
method()
on a test stub created usingcreateStubForIntersectionOfInterfaces()
throws an unexpected exceptionHow to install or update PHPUnit
v10.5.18
Compare Source
v10.5.17
: PHPUnit 10.5.17Compare Source
Changed
PHPUnitPHAR
instead of justPHPUnit
for the PHAR distribution of PHPUnitHow to install or update PHPUnit
v10.5.16
Compare Source
v10.5.15
Compare Source
v10.5.14
: PHPUnit 10.5.14Compare Source
Changed
Groups::groups()
NamePrettifier::prettifyTestMethodName()
NamePrettifier::prettifyTestMethodName()
once againFixed
How to install or update PHPUnit
v10.5.13
Compare Source
v10.5.12
Compare Source
Fixed
HRTime::duration()
throwsInvalidArgumentException
How to install or update PHPUnit
v10.5.11
Compare Source
v10.5.10
Compare Source
v10.5.9
Compare Source
v10.5.8
Compare Source
v10.5.7
Compare Source
v10.5.6
Compare Source
v10.5.5
Compare Source
v10.5.4
Compare Source
v10.5.3
Compare Source
v10.5.2
Compare Source
v10.5.1
Compare Source
v10.5.0
Compare Source
v10.4.2
Compare Source
v10.4.1
Compare Source
v10.4.0
Compare Source
v10.3.5
Compare Source
v10.3.4
Compare Source
v10.3.3
Compare Source
v10.3.2
Compare Source
v10.3.1
Compare Source
v10.3.0
Compare Source
v10.2.7
Compare Source
v10.2.6
Compare Source
v10.2.5
Compare Source
v10.2.4
Compare Source
v10.2.3
Compare Source
v10.2.2
Compare Source
v10.2.1
Compare Source
v10.2.0
Compare Source
v10.1.3
Compare Source
v10.1.2
Compare Source
v10.1.1
Compare Source
v10.1.0
Compare Source
v10.0.19
Compare Source
v10.0.18
Compare Source
v10.0.17
Compare Source
v10.0.16
Compare Source
v10.0.15
Compare Source
v10.0.14
Compare Source
v10.0.13
Compare Source
v10.0.12
Compare Source
v10.0.11
Compare Source
v10.0.10
Compare Source
v10.0.9
Compare Source
v10.0.8
Compare Source
v10.0.7
Compare Source
v10.0.6
Compare Source
v10.0.5
Compare Source
v10.0.4
Compare Source
v10.0.3
Compare Source
v10.0.2
Compare Source
v10.0.1
Compare Source
v10.0.0
Compare Source
v9.6.19
: PHPUnit 9.6.19Compare Source
Changed
PHPUnitPHAR
instead of justPHPUnit
for the PHAR distribution of PHPUnitHow to install or update PHPUnit
v9.6.18
Compare Source
v9.6.17
Compare Source
v9.6.16
Compare Source
v9.6.15
Compare Source
v9.6.14
Compare Source
v9.6.13
Compare Source
v9.6.12
Compare Source
v9.6.11
Compare Source
v9.6.10
Compare Source
v9.6.9
Compare Source
v9.6.8
Compare Source
v9.6.7
Compare Source
v9.6.6
Compare Source
v9.6.5
Compare Source
v9.6.4
Compare Source
v9.6.3
Compare Source
v9.6.2
Compare Source
v9.6.1
Compare Source
v9.6.0
Compare Source
v9.5.28
Compare Source
v9.5.27
Compare Source
v9.5.26
Compare Source
v9.5.25
Compare Source
v9.5.24
Compare Source
v9.5.23
Compare Source
v9.5.22
Compare Source
v9.5.21
Compare Source
v9.5.20
Compare Source
v9.5.19
Compare Source
v9.5.18
Compare Source
v9.5.17
Compare Source
v9.5.16
Compare Source
v9.5.14
Compare Source
v9.5.13
Compare Source
v9.5.12
Compare Source
v9.5.11
Compare Source
v9.5.10
Compare Source
v9.5.9
Compare Source
v9.5.8
Compare Source
v9.5.7
Compare Source
v9.5.6
Compare Source
v9.5.5
Compare Source
v9.5.4
Compare Source
v9.5.3
Compare Source
v9.5.2
Compare Source
v9.5.1
Compare Source
v9.5.0
Compare Source
v9.4.4
Compare Source
v9.4.3
Compare Source
v9.4.2
Compare Source
v9.4.1
Compare Source
v9.4.0
Compare Source
v9.3.11
Compare Source
v9.3.10
Compare Source
v9.3.9
Compare Source
v9.3.8
Compare Source
v9.3.7
Compare Source
v9.3.6
Compare Source
v9.3.5
Compare Source
v9.3.4
Compare Source
v9.3.3
Compare Source
v9.3.2
Compare Source
v9.3.1
Compare Source
v9.3.0
Compare Source
v9.2.6
Compare Source
v9.2.5
Compare Source
v9.2.4
Compare Source
v9.2.3
Compare Source
v9.2.2
Compare Source
v9.2.1
Compare Source
v9.2.0
Compare Source
v9.1.5
Compare Source
v9.1.4
Compare Source
v9.1.3
Compare Source
v9.1.2
Compare Source
v9.1.1
Compare Source
v9.1.0
Compare Source
v9.0.2
Compare Source
v9.0.1
Compare Source
v9.0.0
Compare Source
v8.5.38
: PHPUnit 8.5.38Compare Source
Changed
PHPUnitPHAR
instead of justPHPUnit
for the PHAR distribution of PHPUnitHow to install or update PHPUnit
v8.5.37
Compare Source
v8.5.36
Compare Source
v8.5.35
Compare Source
v8.5.34
Compare Source
v8.5.33
Compare Source
v8.5.32
Compare Source
v8.5.31
Compare Source
v8.5.30
Compare Source
v8.5.29
Compare Source
v8.5.28
Compare Source
v8.5.27
Compare Source
v8.5.26
Compare Source
v8.5.25
Compare Source
v8.5.24
Compare Source
v8.5.23
Compare Source
v8.5.22
Compare Source
v8.5.21
Compare Source
v8.5.20
Compare Source
v8.5.19
Compare Source
v8.5.18
Compare Source
v8.5.17
Compare Source
v8.5.16
Compare Source
v8.5.15
Compare Source
v8.5.14
Compare Source
v8.5.13
Compare Source
v8.5.12
Compare Source
v8.5.11
Compare Source
v8.5.10
Compare Source
v8.5.9
Compare Source
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 has been generated by Mend Renovate. View repository job log here.