Pull Request: https://github.com/php/web-php/pull/1086 Author: dependabot[bot]
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 /> [](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>