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.40 to 1…
…0.5.41 in /tools/phpunit (#497) 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.41</h2> <h3>Added</h3> <ul> <li><code>Test\AfterLastTestMethodErrored</code>, <code>Test\AfterTestMethodErrored</code>, <code>Test\BeforeTestMethodErrored</code>, <code>Test\PostConditionErrored</code>, and <code>Test\PreConditionErrored</code> events</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6094">#6094</a>: Errors in after-last-test methods are not reported</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6095">#6095</a>: Expectation is not counted correctly when a doubled method is called more often than is expected</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6098">#6098</a>: No <code>system-out</code> element in JUnit XML logfile</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.41/ChangeLog-10.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[10.5.41] - 2025-01-13</h2> <h3>Added</h3> <ul> <li><code>Test\AfterLastTestMethodErrored</code>, <code>Test\AfterTestMethodErrored</code>, <code>Test\BeforeTestMethodErrored</code>, <code>Test\PostConditionErrored</code>, and <code>Test\PreConditionErrored</code> events</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6094">#6094</a>: Errors in after-last-test methods are not reported</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6095">#6095</a>: Expectation is not counted correctly when a doubled method is called more often than is expected</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6098">#6098</a>: No <code>system-out</code> element in JUnit XML logfile</li> </ul> <h2>[10.5.40] - 2024-12-21</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6082">#6082</a>: <code>assertArrayHasKey()</code>, <code>assertArrayNotHasKey()</code>, <code>arrayHasKey()</code>, and <code>ArrayHasKey::__construct()</code> do not support all possible key types</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6087">#6087</a>: <code>--migrate-configuration</code> does not remove <code>beStrictAboutTodoAnnotatedTests</code> attribute from XML configuration file</li> </ul> <h2>[10.5.39] - 2024-12-11</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6081">#6081</a>: <code>DefaultResultCache::mergeWith()</code> for merging result cache instances</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6066">#6066</a>: TeamCity logger does not handle error/skipped events in before-class methods correctly</li> </ul> <h2>[10.5.38] - 2024-10-28</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6012">#6012</a>: Remove empty lines between TeamCity events</li> </ul> <h2>[10.5.37] - 2024-10-19</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5982">#5982</a>: Typo in exception message</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/e76586fa3d49714f230221734b44892e384109d7"><code>e76586f</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/aa7621a8259fe66a8070496fbae08a8087809fe0"><code>aa7621a</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/2f41cde26ef95a3ee44ae112a65b54893258cd26"><code>2f41cde</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/bbd266ef2bae11d899cd269bac0fac0200b908d9"><code>bbd266e</code></a> Update tools</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/15a2f3e0a5b2abf2b47fe4eca92a2929b700e6cb"><code>15a2f3e</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6094">#6094</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/75849d2c389378c39aa774f36e907a89089f3e29"><code>75849d2</code></a> Psalm does not see that $emitCalledEvent may be false</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c882364016ac04f68d37ce6af131a93b6e603114"><code>c882364</code></a> Refactor</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/02b867ad8ba620648006d2c3c1e58211c38ca79e"><code>02b867a</code></a> Rename variables</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/d2be391138af19adc76a4f86f948e466c73918a8"><code>d2be391</code></a> Emit Test\AfterLastTestMethodCalled, Test\AfterLastTestMethodErrored, and Tes...</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/b360e130eb0b72187448e14080fabaa711c1f4d9"><code>b360e13</code></a> Document assumption that we have a DOMElement object</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/10.5.40...10.5.41">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