[PHP-WEBMASTER] [web-php] PR #1086: composer(deps-dev): bump phpunit/phpunit from 11.3.6 to 11.4.0

Pull Request: composer(deps-dev): bump phpunit/phpunit from 11.3.6 to 11.4.0 by dependabot[bot] · Pull Request #1086 · php/web-php · GitHub
Author: dependabot[bot]

Bumps [phpunit/phpunit](GitHub - sebastianbergmann/phpunit: The PHP Unit Testing framework.) 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&quot;&gt;phpunit/phpunit&#39;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&quot;&gt;\#5915&lt;/a&gt;: Bootstrap extensions before building test suite</li>
<li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5917&quot;&gt;\#5917&lt;/a&gt;: Seal event facade before loading the test suite</li>
<li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5923&quot;&gt;\#5923&lt;/a&gt;: Filter configured deprecation triggers when displaying deprecation details</li>
<li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5927&quot;&gt;\#5927&lt;/a&gt;: <code>#[RequiresPhpunitExtension]</code> attribute</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub Filter tests based on the PHP extensions they require</li>
<li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5964&quot;&gt;\#5964&lt;/a&gt;: 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&lt;/code&gt;\) 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&lt;/code&gt;&lt;/li&gt;
<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="Issues · sebastianbergmann/phpunit · GitHub <code>includeUncoveredFiles</code> configuration option</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub Support for <code>#[CoversTrait]</code> and <code>#[UsesTrait]</code> attributes</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub 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&quot;&gt;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&quot;&gt;phpunit/phpunit&#39;s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/sebastianbergmann/phpunit/compare/11.3.6...11.4.0&quot;&gt;11\.4\.0&lt;/a&gt; - 2024-10-05</h2>
<h3>Changed</h3>
<ul>
<li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5915&quot;&gt;\#5915&lt;/a&gt;: Bootstrap extensions before building test suite</li>
<li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5917&quot;&gt;\#5917&lt;/a&gt;: Seal event facade before loading the test suite</li>
<li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5923&quot;&gt;\#5923&lt;/a&gt;: Filter configured deprecation triggers when displaying deprecation details</li>
<li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5927&quot;&gt;\#5927&lt;/a&gt;: <code>#[RequiresPhpunitExtension]</code> attribute</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub Filter tests based on the PHP extensions they require</li>
<li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5964&quot;&gt;\#5964&lt;/a&gt;: 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&lt;/code&gt;\) 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&lt;/code&gt;&lt;/li&gt;
<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="Issues · sebastianbergmann/phpunit · GitHub <code>includeUncoveredFiles</code> configuration option</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub Support for <code>#[CoversTrait]</code> and <code>#[UsesTrait]</code> attributes</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub 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&quot;&gt;&lt;code&gt;89fe0c5&lt;/code&gt;&lt;/a&gt; Prepare release</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/aaea82757bb738a39ca21542a4415211bd099e0d&quot;&gt;&lt;code&gt;aaea827&lt;/code&gt;&lt;/a&gt; Improve name (and work around <a href="https://redirect.github.com/theseer/Autoload/issues/115&quot;&gt;theseer/Autoload\#115&lt;/a&gt;\)</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/8c7ccf610136b9eaa5d53e9ec1c6a0892a3b0891&quot;&gt;&lt;code&gt;8c7ccf6&lt;/code&gt;&lt;/a&gt; Closes <a href="Issues · sebastianbergmann/phpunit · GitHub;
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/85ea34faddaefdfa84c1201eae132204f200aa5e&quot;&gt;&lt;code&gt;85ea34f&lt;/code&gt;&lt;/a&gt; Merge branch '11.3'</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/d28dcf5ac0f2c42617a385e9a4780cda489b8d16&quot;&gt;&lt;code&gt;d28dcf5&lt;/code&gt;&lt;/a&gt; Merge branch '10.5' into 11.3</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/50d62bd541d80b4ad94ea97b9f56d1e2233e86e4&quot;&gt;&lt;code&gt;50d62bd&lt;/code&gt;&lt;/a&gt; Merge branch '9.6' into 10.5</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/28379635d6f4f10050b1573ee43d3ba13b8102fe&quot;&gt;&lt;code&gt;2837963&lt;/code&gt;&lt;/a&gt; Update dependencies</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/a4243efbf1206a34bf5b5f66ecee201026b2b234&quot;&gt;&lt;code&gt;a4243ef&lt;/code&gt;&lt;/a&gt; Merge branch '8.5' into 9.6</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/d1930fa9635082c410428651348cbb6741ec81d5&quot;&gt;&lt;code&gt;d1930fa&lt;/code&gt;&lt;/a&gt; Update tools</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/e8d66de7723a905ebb741996959b09a223af9780&quot;&gt;&lt;code&gt;e8d66de&lt;/code&gt;&lt;/a&gt; Merge branch '11.3'</li>
<li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.3.6...11.4.0&quot;&gt;compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](compatibility: 92%)](About Dependabot security updates - GitHub Docs)

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>