[PR #521] [MERGED] chore(deps-dev): bump phpunit/phpunit from 11.3.6 to 11.4.0 #1158

Closed
opened 2026-03-15 15:55:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 80c293f chore(deps-dev): bump phpunit/phpunit from 11.3.6 to 11.4.0

📊 Changes

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

View changed files

📝 composer.lock (+13 -13)

📄 Description

Bumps phpunit/phpunit from 11.3.6 to 11.4.0.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.4.0

Changed

  • #5915: Bootstrap extensions before building test suite
  • #5917: Seal event facade before loading the test suite
  • #5923: Filter configured deprecation triggers when displaying deprecation details
  • #5927: #[RequiresPhpunitExtension] attribute
  • #5928: Filter tests based on the PHP extensions they require
  • #5964: Better error message when data provider is invalid
  • The XML configuration file generator now references vendor/phpunit/phpunit/phpunit.xsd (instead of https://schema.phpunit.de/X.Y/phpunit.xsd) when PHPUnit was installed using Composer and phpunit --generate-configuration was invoked in the directory where vendor is located
  • The --migrate-configuration command no longer replaces vendor/phpunit/phpunit/phpunit.xsd with https://schema.phpunit.de/X.Y/phpunit.xsd
  • The output of --list-groups now shows how many tests a group contains
  • The output of --list-suites now shows how many tests a test suite contains

Deprecated

  • #5951: includeUncoveredFiles configuration option
  • #5958: Support for #[CoversTrait] and #[UsesTrait] attributes
  • #5960: Support for targeting trait methods with the #[CoversMethod] and #[UsesMethod] attributes (and respective annotations)

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

11.4.0 - 2024-10-05

Changed

  • #5915: Bootstrap extensions before building test suite
  • #5917: Seal event facade before loading the test suite
  • #5923: Filter configured deprecation triggers when displaying deprecation details
  • #5927: #[RequiresPhpunitExtension] attribute
  • #5928: Filter tests based on the PHP extensions they require
  • #5964: Better error message when data provider is invalid
  • The XML configuration file generator now references vendor/phpunit/phpunit/phpunit.xsd (instead of https://schema.phpunit.de/X.Y/phpunit.xsd) when PHPUnit was installed using Composer and phpunit --generate-configuration was invoked in the directory where vendor is located
  • The --migrate-configuration command no longer replaces vendor/phpunit/phpunit/phpunit.xsd with https://schema.phpunit.de/X.Y/phpunit.xsd
  • The output of --list-groups now shows how many tests a group contains
  • The output of --list-suites now shows how many tests a test suite contains

Deprecated

  • #5951: includeUncoveredFiles configuration option
  • #5958: Support for #[CoversTrait] and #[UsesTrait] attributes
  • #5960: Support for targeting trait methods with the #[CoversMethod] and #[UsesMethod] attributes (and respective annotations)
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/521 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/7/2024 **Status:** ✅ Merged **Merged:** 10/7/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/phpunit/phpunit-11.4.0` --- ### 📝 Commits (1) - [`80c293f`](https://github.com/flyimg/flyimg/commit/80c293fe2e40fe76b5c5b8e53124c321ccac8b3d) chore(deps-dev): bump phpunit/phpunit from 11.3.6 to 11.4.0 ### 📊 Changes **1 file changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+13 -13) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.3.6 to 11.4.0. <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.4.0</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5915">#5915</a>: Bootstrap extensions before building test suite</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5917">#5917</a>: Seal event facade before loading the test suite</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5923">#5923</a>: Filter configured deprecation triggers when displaying deprecation details</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5927">#5927</a>: <code>#[RequiresPhpunitExtension]</code> attribute</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5928">#5928</a>: Filter tests based on the PHP extensions they require</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5964">#5964</a>: Better error message when data provider is invalid</li> <li>The XML configuration file generator now references <code>vendor/phpunit/phpunit/phpunit.xsd</code> (instead of <code>https://schema.phpunit.de/X.Y/phpunit.xsd</code>) when PHPUnit was installed using Composer and <code>phpunit --generate-configuration</code> was invoked in the directory where <code>vendor</code> is located</li> <li>The <code>--migrate-configuration</code> command no longer replaces <code>vendor/phpunit/phpunit/phpunit.xsd</code> with <code>https://schema.phpunit.de/X.Y/phpunit.xsd</code></li> <li>The output of <code>--list-groups</code> now shows how many tests a group contains</li> <li>The output of <code>--list-suites</code> now shows how many tests a test suite contains</li> </ul> <h3>Deprecated</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5951">#5951</a>: <code>includeUncoveredFiles</code> configuration option</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5958">#5958</a>: Support for <code>#[CoversTrait]</code> and <code>#[UsesTrait]</code> attributes</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5960">#5960</a>: Support for targeting trait methods with the <code>#[CoversMethod]</code> and <code>#[UsesMethod]</code> attributes (and respective annotations)</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.4/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.4.0/ChangeLog-11.4.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/sebastianbergmann/phpunit/compare/11.3.6...11.4.0">11.4.0</a> - 2024-10-05</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5915">#5915</a>: Bootstrap extensions before building test suite</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5917">#5917</a>: Seal event facade before loading the test suite</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5923">#5923</a>: Filter configured deprecation triggers when displaying deprecation details</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5927">#5927</a>: <code>#[RequiresPhpunitExtension]</code> attribute</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5928">#5928</a>: Filter tests based on the PHP extensions they require</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5964">#5964</a>: Better error message when data provider is invalid</li> <li>The XML configuration file generator now references <code>vendor/phpunit/phpunit/phpunit.xsd</code> (instead of <code>https://schema.phpunit.de/X.Y/phpunit.xsd</code>) when PHPUnit was installed using Composer and <code>phpunit --generate-configuration</code> was invoked in the directory where <code>vendor</code> is located</li> <li>The <code>--migrate-configuration</code> command no longer replaces <code>vendor/phpunit/phpunit/phpunit.xsd</code> with <code>https://schema.phpunit.de/X.Y/phpunit.xsd</code></li> <li>The output of <code>--list-groups</code> now shows how many tests a group contains</li> <li>The output of <code>--list-suites</code> now shows how many tests a test suite contains</li> </ul> <h3>Deprecated</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5951">#5951</a>: <code>includeUncoveredFiles</code> configuration option</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5958">#5958</a>: Support for <code>#[CoversTrait]</code> and <code>#[UsesTrait]</code> attributes</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5960">#5960</a>: Support for targeting trait methods with the <code>#[CoversMethod]</code> and <code>#[UsesMethod]</code> attributes (and respective annotations)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/89fe0c530133c08f7fff89d3d727154e4e504925"><code>89fe0c5</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/aaea82757bb738a39ca21542a4415211bd099e0d"><code>aaea827</code></a> Improve name (and work around <a href="https://redirect.github.com/theseer/Autoload/issues/115">theseer/Autoload#115</a>)</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/8c7ccf610136b9eaa5d53e9ec1c6a0892a3b0891"><code>8c7ccf6</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5960">#5960</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/85ea34faddaefdfa84c1201eae132204f200aa5e"><code>85ea34f</code></a> Merge branch '11.3'</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/d28dcf5ac0f2c42617a385e9a4780cda489b8d16"><code>d28dcf5</code></a> Merge branch '10.5' into 11.3</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/50d62bd541d80b4ad94ea97b9f56d1e2233e86e4"><code>50d62bd</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/28379635d6f4f10050b1573ee43d3ba13b8102fe"><code>2837963</code></a> Update dependencies</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/a4243efbf1206a34bf5b5f66ecee201026b2b234"><code>a4243ef</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/d1930fa9635082c410428651348cbb6741ec81d5"><code>d1930fa</code></a> Update tools</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/e8d66de7723a905ebb741996959b09a223af9780"><code>e8d66de</code></a> Merge branch '11.3'</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.3.6...11.4.0">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.3.6&new-version=11.4.0)](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-03-15 15:55:51 +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#1158
No description provided.