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.35 to 1…
…0.5.36 in /tools/phpunit (#475) 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.36</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5957">#5957</a>: Skip data provider build when requirements are not satisfied</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5969">#5969</a>: Check for requirements before creating a separate process</li> <li>Updated regular expressions used by <code>StringMatchesFormatDescription</code> constraint to be consistent with PHP's <code>run-tests.php</code></li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5965">#5965</a>: <code>PHPUnit\Framework\Exception</code> does not handle string error codes (<code>PDOException</code> with error code <code>'HY000'</code>, for example)</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.36/ChangeLog-10.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[10.5.36] - 2024-10-08</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5957">#5957</a>: Skip data provider build when requirements are not satisfied</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5969">#5969</a>: Check for requirements before creating a separate process</li> <li>Updated regular expressions used by <code>StringMatchesFormatDescription</code> constraint to be consistent with PHP's <code>run-tests.php</code></li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5965">#5965</a>: <code>PHPUnit\Framework\Exception</code> does not handle string error codes (<code>PDOException</code> with error code <code>'HY000'</code>, for example)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870"><code>aa0a8ce</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/126dcea55ed95c891d09d950c4a3d7ea660b92e3"><code>126dcea</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5980">#5980</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/f19334f3011eeffb06cfffecedb1183bbe3c91ab"><code>f19334f</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5979">#5979</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/690a1f703d64b928216c91b8b8da6420ccc4ff2d"><code>690a1f7</code></a> Fix CS/WS issue</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/1dd66e1034e5ff165f4a95be880ea1fa3a80244c"><code>1dd66e1</code></a> Do not print code coverage report in text format to STDOUT when --debug or --...</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/08fbcc233c74cb8ad35738112287493137b9037a"><code>08fbcc2</code></a> Simplify</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/1fec9a59aeb2c712e8c10d786eea10969af55eb1"><code>1fec9a5</code></a> Improve test isolation</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c2bf01109019ba3d51d18f68cd2ceb95a1f13eb4"><code>c2bf011</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/857d98630470c48a353f673060dec98e8c0686b2"><code>857d986</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/eb67c10eb820bcbf3eed0bb45632c1a00b0d3a6d"><code>eb67c10</code></a> Update tools</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/10.5.35...10.5.36">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