[PR #430] [MERGED] chore(deps-dev): bump phpunit/phpunit from 11.0.5 to 11.0.6 #485

Closed
opened 2026-02-25 22:35:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/430
Author: @dependabot[bot]
Created: 3/18/2024
Status: Merged
Merged: 3/18/2024
Merged by: @sadok-f

Base: mainHead: dependabot/composer/phpunit/phpunit-11.0.6


📝 Commits (1)

  • f67e023 chore(deps-dev): bump phpunit/phpunit from 11.0.5 to 11.0.6

📊 Changes

1 file changed (+12 additions, -12 deletions)

View changed files

📝 composer.lock (+12 -12)

📄 Description

Bumps phpunit/phpunit from 11.0.5 to 11.0.6.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.0.6

Changed

  • #5727: Prevent duplicate call of NamePrettifier::prettifyTestMethodName()
  • #5739: Micro-optimize NamePrettifier::prettifyTestMethodName()
  • #5740: Micro-optimize TestRunner::runTestWithTimeout()
  • #5741: Save call to Telemetry\System::snapshot()
  • #5742: Prevent file IO when not strictly necessary
  • #5743: Prevent unnecessary ExecutionOrderDependency::getTarget() call
  • #5744: Simplify NamePrettifier::prettifyTestMethodName()

Fixed

  • #5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
  • #5729: assertArrayIsIdenticalToArrayOnlyConsideringListOfKeys() does not correctly handle array order
  • #5746: Using -d CLI option multiple times triggers warning

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.0.6] - 2024-03-12

Changed

  • #5727: Prevent duplicate call of NamePrettifier::prettifyTestMethodName()
  • #5739: Micro-optimize NamePrettifier::prettifyTestMethodName()
  • #5740: Micro-optimize TestRunner::runTestWithTimeout()
  • #5741: Save call to Telemetry\System::snapshot()
  • #5742: Prevent file IO when not strictly necessary
  • #5743: Prevent unnecessary ExecutionOrderDependency::getTarget() call
  • #5744: Simplify NamePrettifier::prettifyTestMethodName()

Fixed

  • #5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
  • #5729: assertArrayIsIdenticalToArrayOnlyConsideringListOfKeys() does not correctly handle array order
  • #5746: Using -d CLI option multiple times triggers warning
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/430 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/18/2024 **Status:** ✅ Merged **Merged:** 3/18/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/phpunit/phpunit-11.0.6` --- ### 📝 Commits (1) - [`f67e023`](https://github.com/flyimg/flyimg/commit/f67e023b79f18dfc1f12c87fad7716643983df74) chore(deps-dev): bump phpunit/phpunit from 11.0.5 to 11.0.6 ### 📊 Changes **1 file changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+12 -12) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.0.5 to 11.0.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/releases">phpunit/phpunit's releases</a>.</em></p> <blockquote> <h2>PHPUnit 11.0.6</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5727">#5727</a>: Prevent duplicate call of <code>NamePrettifier::prettifyTestMethodName()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5739">#5739</a>: Micro-optimize <code>NamePrettifier::prettifyTestMethodName()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5740">#5740</a>: Micro-optimize <code>TestRunner::runTestWithTimeout()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5741">#5741</a>: Save call to <code>Telemetry\System::snapshot()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5742">#5742</a>: Prevent file IO when not strictly necessary</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5743">#5743</a>: Prevent unnecessary <code>ExecutionOrderDependency::getTarget()</code> call</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5744">#5744</a>: Simplify <code>NamePrettifier::prettifyTestMethodName()</code></li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5351">#5351</a>: Incorrect code coverage metadata does not prevent code coverage data from being collected</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5729">#5729</a>: <code>assertArrayIsIdenticalToArrayOnlyConsideringListOfKeys()</code> does not correctly handle array order</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5746">#5746</a>: Using <code>-d</code> CLI option multiple times triggers warning</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.0/installation.html">How to install or update PHPUnit</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/11.0.6/ChangeLog-11.0.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[11.0.6] - 2024-03-12</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5727">#5727</a>: Prevent duplicate call of <code>NamePrettifier::prettifyTestMethodName()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5739">#5739</a>: Micro-optimize <code>NamePrettifier::prettifyTestMethodName()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5740">#5740</a>: Micro-optimize <code>TestRunner::runTestWithTimeout()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5741">#5741</a>: Save call to <code>Telemetry\System::snapshot()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5742">#5742</a>: Prevent file IO when not strictly necessary</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5743">#5743</a>: Prevent unnecessary <code>ExecutionOrderDependency::getTarget()</code> call</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5744">#5744</a>: Simplify <code>NamePrettifier::prettifyTestMethodName()</code></li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5351">#5351</a>: Incorrect code coverage metadata does not prevent code coverage data from being collected</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5729">#5729</a>: <code>assertArrayIsIdenticalToArrayOnlyConsideringListOfKeys()</code> does not correctly handle array order</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5746">#5746</a>: Using <code>-d</code> CLI option multiple times triggers warning</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/6af32d7938fc366f86e49a5f5ebb314018d1b1fb"><code>6af32d7</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/21f2a3eeb0cc2cc0bc17ffd7653b8f5e3f675c22"><code>21f2a3e</code></a> Merge branch '10.5' into 11.0</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/20a63fc1c6db29b15da3bd02d4b6cf59900088a7"><code>20a63fc</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/7e2793b31e9b8d430f45e25ef2164009aa0941ca"><code>7e2793b</code></a> Update dependencies</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/4bcdb6b3286d036ef7b697dc1eb21dd5d064072f"><code>4bcdb6b</code></a> Merge branch '10.5' into 11.0</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/a03cf97d9a04f7f2ed45bb46d8e72889bb5adc2b"><code>a03cf97</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5746">#5746</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/23e1d9f6ff9ae7c1179cdd5fcda8dec474d69eda"><code>23e1d9f</code></a> Merge branch '10.5' into 11.0</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/d138c06400ec98f8ef4754847eded5ac3f2b735e"><code>d138c06</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/13b893d3ef8fc0d726f06e88e52d3057ca0a7c2f"><code>13b893d</code></a> Simplify NamePrettifier-&gt;prettifyTestMethodName()</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/300d85f7928a066e1f988643a09617f47121bb29"><code>300d85f</code></a> Merge branch '10.5' into 11.0</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.0.5...11.0.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=11.0.5&new-version=11.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:35:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#485
No description provided.