Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools(deps-dev): Update phpunit/phpunit requirement from 10.5.32 to 1…
…0.5.34 in /tools/phpunit (#471) Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. <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 10.5.34</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5931">#5931</a>: Reverted addition of <code>name</code> property on <code><testsuites></code> element in JUnit XML logfile</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5946">#5946</a>: <code>Callback</code> throws a <code>TypeError</code> when checking a <code>callable</code> has variadic parameters</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/10.5/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/10.5.34/ChangeLog-10.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[10.5.34] - 2024-09-13</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5931">#5931</a>: Reverted addition of <code>name</code> property on <code><testsuites></code> element in JUnit XML logfile</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5946">#5946</a>: <code>Callback</code> throws a <code>TypeError</code> when checking a <code>callable</code> has variadic parameters</li> </ul> <h2>[10.5.33] - 2024-09-09</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/4584">#4584</a>: <code>assertJsonStringEqualsJsonString()</code> considers objects with sequential numeric keys equal to be arrays</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/4625">#4625</a>: 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="https://redirect.github.com/sebastianbergmann/phpunit/issues/4674">#4674</a>: JSON assertions should treat objects as unordered</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5891">#5891</a>: <code>Callback</code> constraint does not handle variadic arguments correctly when used for mock object expectations</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5929">#5929</a>: TestDox output containing <code>$</code> at the beginning gets truncated when used with a data provider</li> </ul> <h2>[10.5.32] - 2024-09-04</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5937">#5937</a>: <code>failOnPhpunitDeprecation</code> attribute on the <code><phpunit></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><phpunit></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="https://redirect.github.com/sebastianbergmann/phpunit/issues/5937">#5937</a>: 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="true"</code> attribute on the <code><phpunit></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><phpunit></code> element of the XML configuration file.</li> </ul> <h2>[10.5.31] - 2024-09-03</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5931">#5931</a>: <code>name</code> property on <code><testsuites></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="https://redirect.github.com/sebastianbergmann/phpunit/issues/5884">#5884</a>: TestDox printer does not consider that issues can be suppressed by attribute, baseline, source location, or <code>@</code> operator</li> </ul> <h2>[10.5.30] - 2024-08-13</h2> <h3>Changed</h3> <ul> <li>Improved error message when stubbed method is called more often than return values were configured for it</li> </ul> <h2>[10.5.29] - 2024-07-30</h2> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3c69d315bdf79080c8e115b69d1961c6905b0e18"><code>3c69d31</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/7c1945c703f9afb01708bac63eed5bf6724f34ad"><code>7c1945c</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/17f4f136331dd04e8fedb602aae119654d5e9481"><code>17f4f13</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/90098622cb92f3bec18fe2c25901db6cfeabf2da"><code>9009862</code></a> Update tools</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/390ab43bc5d902415d5c6b0727fb125a35e804d5"><code>390ab43</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3d619000d7f3bcf74777b553da11a4ece4c25adc"><code>3d61900</code></a> Revert "add name property to testsuites element in JunitXmlLogger"</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/cf46cee83cc018f5814d12a57755ff5e13c78293"><code>cf46cee</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/641e2f2f651a35e66a3d08bbb69ca998beb34a78"><code>641e2f2</code></a> Fix CS/WS issues</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/dfb9ffb6c5cbb56a02cf4a1ca3d009bd99712092"><code>dfb9ffb</code></a> drop constructors</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/addc29b1a6f00f01f0048a1761c7764b9e2bf150"><code>addc29b</code></a> void return again</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/10.5.32...10.5.34">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | phpunit/phpunit | [>= 11.a, < 12] | </details> 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information