[PHP-WEBMASTER] [web-php] PR #1065: composer(deps-dev): bump phpunit/phpunit from 11.3.1 to 11.3.4

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

Bumps [phpunit/phpunit](GitHub - sebastianbergmann/phpunit: The PHP Unit Testing framework.) from 11.3.1 to 11.3.4.
<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.3.4</h2>
<h3>Fixed</h3>
<ul>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub <code>assertJsonStringEqualsJsonString()</code> considers objects with sequential numeric keys equal to be arrays</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub Generator yielding keys that are neither integer or string leads to hard-to-understand error message when used as data provider</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub JSON assertions should treat objects as unordered</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub <code>Callback</code> constraint does not handle variadic arguments correctly when used for mock object expectations</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub TestDox output containing <code>$</code> at the beginning gets truncated when used with a data provider</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub Tests configured to be in group(s) using the XML configuration file are also added to the <code>default</code> group</li>
</ul>
<hr />
<p><a href="https://docs.phpunit.de/en/11.3/installation.html&quot;&gt;How to install or update PHPUnit</a></p>
<h2>PHPUnit 11.3.3</h2>
<h3>Added</h3>
<ul>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub <code>failOnPhpunitDeprecation</code> attribute on the <code>&lt;phpunit&gt;</code> element of the XML configuration file and <code>--fail-on-phpunit-deprecation</code> CLI option for controlling whether PHPUnit deprecations should be considered when determining the test runner's shell exit code (default: do not consider)</li>
<li><code>displayDetailsOnPhpunitDeprecations</code> attribute on the <code>&lt;phpunit&gt;</code> element of the XML configuration file and <code>--display-phpunit-deprecations</code> CLI option for controlling whether details on PHPUnit deprecations should be displayed (default: do not display)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub PHPUnit deprecations will, by default, no longer affect the test runner's shell exit code. This can optionally be turned back on using the <code>--fail-on-phpunit-deprecation</code> CLI option or the <code>failOnPhpunitDeprecation=&quot;true&quot;</code> attribute on the <code>&lt;phpunit&gt;</code> element of the XML configuration file.</li>
<li>Details for PHPUnit deprecations will, by default, no longer be displayed. This can optionally be turned back on using the <code>--display-phpunit-deprecations</code> CLI option or the <code>displayDetailsOnPhpunitDeprecations</code> attribute on the <code>&lt;phpunit&gt;</code> element of the XML configuration file.</li>
</ul>
<hr />
<p><a href="https://docs.phpunit.de/en/11.3/installation.html&quot;&gt;How to install or update PHPUnit</a></p>
<h2>PHPUnit 11.3.2</h2>
<h3>Changed</h3>
<ul>
<li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5931&quot;&gt;\#5931&lt;/a&gt;: <code>name</code> property on <code>&lt;testsuites&gt;</code> element in JUnit XML logfile</li>
<li>Removed <code>.phpstorm.meta.php</code> file as methods such as <code>TestCase::createStub()</code> use generics / template types for their return types and PhpStorm, for example, uses that information</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub TestDox printer does not consider that issues can be suppressed by attribute, baseline, source location, or <code>@</code> operator</li>
</ul>
<hr />
<p><a href="https://docs.phpunit.de/en/11.3/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.3.4/ChangeLog-11.3.md&quot;&gt;phpunit/phpunit&#39;s changelog</a>.</em></p>
<blockquote>
<h2>[11.3.4] - 2024-09-09</h2>
<h3>Fixed</h3>
<ul>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub <code>assertJsonStringEqualsJsonString()</code> considers objects with sequential numeric keys equal to be arrays</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub Generator yielding keys that are neither integer or string leads to hard-to-understand error message when used as data provider</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub JSON assertions should treat objects as unordered</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub <code>Callback</code> constraint does not handle variadic arguments correctly when used for mock object expectations</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub TestDox output containing <code>$</code> at the beginning gets truncated when used with a data provider</li>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub Tests configured to be in group(s) using the XML configuration file are also added to the <code>default</code> group</li>
</ul>
<h2>[11.3.3] - 2024-09-04</h2>
<h3>Added</h3>
<ul>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub <code>failOnPhpunitDeprecation</code> attribute on the <code>&lt;phpunit&gt;</code> element of the XML configuration file and <code>--fail-on-phpunit-deprecation</code> CLI option for controlling whether PHPUnit deprecations should be considered when determining the test runner's shell exit code (default: do not consider)</li>
<li><code>displayDetailsOnPhpunitDeprecations</code> attribute on the <code>&lt;phpunit&gt;</code> element of the XML configuration file and <code>--display-phpunit-deprecations</code> CLI option for controlling whether details on PHPUnit deprecations should be displayed (default: do not display)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub PHPUnit deprecations will, by default, no longer affect the test runner's shell exit code. This can optionally be turned back on using the <code>--fail-on-phpunit-deprecation</code> CLI option or the <code>failOnPhpunitDeprecation=&quot;true&quot;</code> attribute on the <code>&lt;phpunit&gt;</code> element of the XML configuration file.</li>
<li>Details for PHPUnit deprecations will, by default, no longer be displayed. This can optionally be turned back on using the <code>--display-phpunit-deprecations</code> CLI option or the <code>displayDetailsOnPhpunitDeprecations</code> attribute on the <code>&lt;phpunit&gt;</code> element of the XML configuration file.</li>
</ul>
<h2>[11.3.2] - 2024-09-03</h2>
<h3>Changed</h3>
<ul>
<li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5931&quot;&gt;\#5931&lt;/a&gt;: <code>name</code> property on <code>&lt;testsuites&gt;</code> element in JUnit XML logfile</li>
<li>Removed <code>.phpstorm.meta.php</code> file as methods such as <code>TestCase::createStub()</code> use generics / template types for their return types and PhpStorm, for example, uses that information</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><a href="Issues · sebastianbergmann/phpunit · GitHub TestDox printer does not consider that issues can be suppressed by attribute, baseline, source location, or <code>@</code> operator</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/d2ef57db1410b102b250e0cdce6675a60c2a993d&quot;&gt;&lt;code&gt;d2ef57d&lt;/code&gt;&lt;/a&gt; Prepare release</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/a3c2ef362b2155e051241c0fa2adc25adec0886d&quot;&gt;&lt;code&gt;a3c2ef3&lt;/code&gt;&lt;/a&gt; Merge branch '10.5' into 11.3</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/4def7a9cda75af9c2bc179ed53a8e41313e7f7cf&quot;&gt;&lt;code&gt;4def7a9&lt;/code&gt;&lt;/a&gt; Prepare release</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/7ab77541911050da9cb08a1d386c55829fd8c2f4&quot;&gt;&lt;code&gt;7ab7754&lt;/code&gt;&lt;/a&gt; Fix</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/48b15e2a1d623983c77aa8edbb9db40eb1d640da&quot;&gt;&lt;code&gt;48b15e2&lt;/code&gt;&lt;/a&gt; Merge branch '10.5' into 11.3</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/441ccc756a79aba7c2fc1b9e471044dc74a9a3d9&quot;&gt;&lt;code&gt;441ccc7&lt;/code&gt;&lt;/a&gt; Update ChangeLog</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/ab2cd21adca01223e5b762cf1acc72a9500977f5&quot;&gt;&lt;code&gt;ab2cd21&lt;/code&gt;&lt;/a&gt; Change PHP_INT_MAX to null and update end-to-end tests</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/c2dc716dbcf4b55f32077e42b4d780edac8d0a83&quot;&gt;&lt;code&gt;c2dc716&lt;/code&gt;&lt;/a&gt; Do not use the ternary operator</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/1c004af0baaa0adb6456f2a758e380dc1d87f204&quot;&gt;&lt;code&gt;1c004af&lt;/code&gt;&lt;/a&gt; Renaming</li>
<li><a href="https://github.com/sebastianbergmann/phpunit/commit/18911e55e9a18d473668406a246346bed4a8afdc&quot;&gt;&lt;code&gt;18911e5&lt;/code&gt;&lt;/a&gt; Fix variadic function as callback</li>
<li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.3.1...11.3.4&quot;&gt;compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](compatibility: 100%)](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>