Skip to content

Comments

chore(deps): update dependency phpunit/phpunit to v11.5.32 - autoclosed#7584

Closed
renovate[bot] wants to merge 1 commit intodevelfrom
renovate/phpunit-phpunit-11.x
Closed

chore(deps): update dependency phpunit/phpunit to v11.5.32 - autoclosed#7584
renovate[bot] wants to merge 1 commit intodevelfrom
renovate/phpunit-phpunit-11.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2025

This PR contains the following updates:

Package Change Age Confidence
phpunit/phpunit (source) 11.5.27 -> 11.5.32 age confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v11.5.32: PHPUnit 11.5.32

Compare Source

Changed
  • #​6308: Improve output of --check-php-configuration
  • The version number for the test result cache file has been incremented to reflect that its structure for PHPUnit 11.5 is not compatible with its structure for PHPUnit 8.5 and PHPUnit 9.6
Fixed
  • #​6281: Exceptions raised in after-test method are not reported for skipped tests

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.31

Compare Source

v11.5.30: PHPUnit 11.5.30

Compare Source

Changed
  • #​6300: Emit warning when the name of a data provider method begins with test
  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.29: PHPUnit 11.5.29

Compare Source

Added
  • #​6297: --check-php-configuration CLI option for checking whether PHP is configured for testing
Changed
  • #[IgnorePhpunitDeprecations] is now considered for test runner deprecations (where applicable)
Fixed
  • #​6160: Baseline file in a subdirectory contains absolute paths
  • Errors due to invalid data provided using #[TestWith] or #[TestWithJson] attributes are now properly reported
  • The DataProviderMethodFinished event is now also emitted when the provided data set has an invalid key

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.28: PHPUnit 11.5.28

Compare Source

Fixed
  • #​6097: The file attribute of <testClass> node of XML test list can be wrong

How 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jun 13, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 6 times, most recently from 26b44b6 to 38f6acd Compare June 20, 2025 15:35
@renovate renovate bot enabled auto-merge June 20, 2025 15:35
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.23 Update dependency phpunit/phpunit to v11.5.24 Jun 20, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 2 times, most recently from 2d342c7 to 84a05e8 Compare June 21, 2025 16:37
@BacLuc
Copy link
Contributor

BacLuc commented Jun 22, 2025

There seems to be a problem with paratest: https://github.com/BacLuc/ecamp3/actions/runs/15806714907

@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.24 chore(deps): update dependency phpunit/phpunit to v11.5.24 Jun 24, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 4 times, most recently from 187eeb3 to b91c0f2 Compare June 27, 2025 02:06
@coderabbitai
Copy link

coderabbitai bot commented Jun 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 2 times, most recently from 3082330 to 3d62a34 Compare June 27, 2025 08:48
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.24 chore(deps): update dependency phpunit/phpunit to v11.5.25 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 7 times, most recently from 9e572f2 to d4e0536 Compare July 4, 2025 06:48
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.25 chore(deps): update dependency phpunit/phpunit to v11.5.26 Jul 4, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch from d4e0536 to bbf82cb Compare July 4, 2025 07:04
auto-merge was automatically disabled July 26, 2025 16:52

Pull request was closed

@renovate renovate bot deleted the renovate/phpunit-phpunit-11.x branch July 26, 2025 16:52
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.27 - autoclosed chore(deps): update dependency phpunit/phpunit to v11.5.27 Jul 31, 2025
@renovate renovate bot reopened this Jul 31, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch from 3ba6483 to dbdedc0 Compare July 31, 2025 09:43
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.27 chore(deps): update dependency phpunit/phpunit to v11.5.28 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch from dbdedc0 to 3b71d61 Compare July 31, 2025 18:11
@renovate renovate bot enabled auto-merge July 31, 2025 18:11
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 5 times, most recently from c565074 to bc55795 Compare August 7, 2025 16:56
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 3 times, most recently from 8808f90 to 873406b Compare August 9, 2025 07:32
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.28 chore(deps): update dependency phpunit/phpunit to v11.5.29 Aug 9, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch from 873406b to 55ee89d Compare August 10, 2025 09:10
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.29 chore(deps): update dependency phpunit/phpunit to v11.5.30 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 2 times, most recently from 300b524 to 1a9dba0 Compare August 11, 2025 06:09
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.30 chore(deps): update dependency phpunit/phpunit to v11.5.31 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 2 times, most recently from 15e14bf to 06f6b3c Compare August 12, 2025 11:08
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.31 chore(deps): update dependency phpunit/phpunit to v11.5.32 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch from 06f6b3c to 441b7b6 Compare August 12, 2025 17:13
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.32 chore(deps): update dependency phpunit/phpunit to v11.5.32 - autoclosed Aug 12, 2025
@renovate renovate bot closed this Aug 12, 2025
auto-merge was automatically disabled August 12, 2025 21:14

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant