Skip to content

Update phpunit/phpunit from 8.3.4 to 8.5.51 - #192

Open
violinist-bot wants to merge 1 commit into
matthijsthoolen:masterfrom
violinist-dev:phpunitphpunit8348551
Open

violinist-bot wants to merge 1 commit into
matthijsthoolen:masterfrom
violinist-dev:phpunitphpunit8348551

Conversation

@violinist-bot

@violinist-bot violinist-bot commented Jan 24, 2026

Copy link
Copy Markdown
Contributor

User description

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • phpdocumentor/reflection-common 1.0.1 (package was removed)
  • phpdocumentor/reflection-docblock 4.3.1 (package was removed)
  • phpdocumentor/type-resolver 0.4.0 (package was removed)
  • phpspec/prophecy 1.8.1 (package was removed)
  • webmozart/assert 1.4.0 (package was removed)
  • doctrine/instantiator: 1.5.0 (updated from 1.2.0)
  • myclabs/deep-copy: 1.13.4 (updated from 1.9.3)
  • phar-io/manifest: 2.0.4 (updated from 1.0.3)
  • phar-io/version: 3.2.1 (updated from 2.0.1)
  • phpunit/php-code-coverage: 7.0.17 (updated from 7.0.7)
  • phpunit/php-file-iterator: 2.0.6 (updated from 2.0.2)
  • phpunit/php-timer: 2.1.4 (updated from 2.1.2)
  • phpunit/php-token-stream: 3.1.3 (updated from 3.1.0)
  • phpunit/phpunit: 8.5.51 (updated from 8.3.4)
  • sebastian/code-unit-reverse-lookup: 1.0.3 (updated from 1.0.1)
  • sebastian/comparator: 3.0.7 (updated from 3.0.2)
  • sebastian/diff: 3.0.6 (updated from 3.0.2)
  • sebastian/environment: 4.2.5 (updated from 4.2.2)
  • sebastian/exporter: 3.1.8 (updated from 3.1.1)
  • sebastian/global-state: 3.0.6 (updated from 3.0.0)
  • sebastian/object-enumerator: 3.0.5 (updated from 3.0.3)
  • sebastian/object-reflector: 1.1.3 (updated from 1.1.1)
  • sebastian/recursion-context: 3.0.3 (updated from 3.0.0)
  • sebastian/resource-operations: 2.0.3 (updated from 2.0.1)
  • sebastian/type: 1.1.5 (updated from 1.1.3)
  • theseer/tokenizer: 1.3.1 (updated from 1.1.3)

Working with this branch

If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.


This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

Summary by CodeRabbit

  • Chores
    • Updated development dependencies to improve testing infrastructure stability.

✏️ Tip: You can customize this high-level summary in your review settings.


CodeAnt-AI Description

Update PHPUnit from 8.3.4 to 8.5.51

What Changed

  • The project now uses PHPUnit 8.5.51 for running the test suite instead of 8.3.4
  • This affects local and CI test runs only (no changes to runtime behavior of the library)

Impact

✅ Fewer test crashes during CI
✅ Clearer test failure traces
✅ Supports newer PHPUnit features and fixes

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

@codeant-ai

codeant-ai Bot commented Jan 24, 2026

Copy link
Copy Markdown

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@coderabbitai

coderabbitai Bot commented Jan 24, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

PHPUnit development dependency version updated from 8.3.4 to 8.5.51 in composer.json. This represents a patch and minor version increment for the testing framework used during development.

Changes

Cohort / File(s) Summary
Dependency Version Update
composer.json
PHPUnit require-dev dependency bumped from 8.3.4 to 8.5.51

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A patch version hops so bright,
PHPUnit climbs to new height,
From eight-point-three to eight-point-five,
Our tests stay sharp and stay alive! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and specifically describes the main change: upgrading phpunit/phpunit from version 8.3.4 to 8.5.51, which matches the primary modification in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codeant-ai codeant-ai Bot added the size:XS This PR changes 0-9 lines, ignoring generated files label Jan 24, 2026
@codeant-ai

codeant-ai Bot commented Jan 24, 2026

Copy link
Copy Markdown

CodeAnt AI finished reviewing your PR.

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

Labels

size:XS This PR changes 0-9 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant