Update dependency phpunit/phpunit to ^11.1.1#1420
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
|
@sebastianbergmann Is this intentional please? https://github.com/Roave/BetterReflection/actions/runs/8567675463/job/23479926937?pr=1420 We have unit tests for trait It looks it's caused by this sebastianbergmann/phpunit#5733 |
This is now tracked at sebastianbergmann/phpunit#5798. |
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 11.0.9 | 11.1.1 |
1679a37 to
9db05b9
Compare
|
Looks better now :) |
|
@sebastianbergmann Thanks, you’re fast 👍 |
|
Awesome! |
This PR contains the following updates:
^11.0.9->^11.1.1Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v11.1.1Compare Source
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-groupwhen listing tests using--list-testsand--list-tests-xmlas well as listing groups with--list-groups#[CoversClass]and#[UsesClass]attributes--only-summary-for-coverage-textCLI option to reduce the code coverage report in text format to a summary--show-uncovered-for-coverage-textCLI option to expand the code coverage report in text format to include a list of uncovered filesChanged
--generate-configurationnow generates<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">instead of<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">--group,--exclude-group,--covers,--uses, and--test-suffixCLI options to be used multiple timesPHPUnit\Framework\TestCase::__construct()is now annotated to be final in preparation for declaring itfinalin PHPUnit 12DeprecationTriggered,ErrorTriggered,NoticeTriggered,PhpDeprecationTriggered,PhpNoticeTriggered,PhpWarningTriggered, andWarningTriggeredevents are represented as textDeprecated
restrictDeprecationsattribute on the<source>element of the XML configuration file is now deprecated in favor of theignoreSelfDeprecations,ignoreDirectDeprecations, andignoreIndirectDeprecationsattributes--group,--exclude-group,--covers,--uses, and--test-suffixCLI optionsHow to install or update PHPUnit
v11.0.10: PHPUnit 11.0.10Compare Source
Changed
PHPUnitPHARinstead of justPHPUnitfor the PHAR distribution of PHPUnitHow to install or update PHPUnit
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
Read more about the use of Renovate Bot within
ocramius/*projects.