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.34 to 1…
…0.5.35 in /tools/phpunit (#472) 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.35</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5956">#5956</a>: Deprecation of the <code>E_STRICT</code> constant in PHP 8.4</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5950">#5950</a>: TestDox text should not be <code>trim()</code>med when it contains <code>$</code> character</li> <li>The attribute parser will no longer try to instantiate attribute classes that do not exist</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.35/ChangeLog-10.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[10.5.35] - 2024-09-19</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5956">#5956</a>: Deprecation of the <code>E_STRICT</code> constant in PHP 8.4</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5950">#5950</a>: TestDox text should not be <code>trim()</code>med when it contains <code>$</code> character</li> <li>The attribute parser will no longer try to instantiate attribute classes that do not exist</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/7ac8b4e63f456046dcb4c9787da9382831a1874b"><code>7ac8b4e</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/41fa16170b4dfa292b891af4ff4145c2f73e0e80"><code>41fa161</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa"><code>de6abf3</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/2799e420c480dc3451c4e39c650ce4357c708386"><code>2799e42</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/48ed828b72c35b38cdddcd9059339734cb06b3a7"><code>48ed828</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/d9a186d8db41b5cafd290bf97ac7677f1d79433e"><code>d9a186d</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/bc0b86cf861901c60c8a7e62aa0b17f3260d3640"><code>bc0b86c</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/d7d8e73cfc78788ff6c77575e2e7657401282bf2"><code>d7d8e73</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5956">#5956</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/a2ac2271f169b143fd0a6791c77e7e2f02de0eba"><code>a2ac227</code></a> Update dependencies</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/7888430e9b8142661fad906d12b27205a4fc3d0a"><code>7888430</code></a> Do not try to instantiate attribute classes that do not exist</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/10.5.34...10.5.35">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