Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #415 Update phpunit/phpunit requirement from ^9.5 to ^10.5 (dep…
…endabot[bot]) This PR was merged into the 1.13 branch. Discussion ---------- 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.20</h2> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5771">#5771</a>: JUnit XML logger may crash when test that is run in separate process exits unexpectedly</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5819">#5819</a>: Duplicate keys from different data providers are not handled properly</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.20/ChangeLog-10.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[10.5.20] - 2024-04-24</h2> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5771">#5771</a>: JUnit XML logger may crash when test that is run in separate process exits unexpectedly</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5819">#5819</a>: Duplicate keys from different data providers are not handled properly</li> </ul> <h2>[10.5.19] - 2024-04-17</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5818">#5818</a>: Calling <code>method()</code> on a test stub created using <code>createStubForIntersectionOfInterfaces()</code> throws an unexpected exception</li> </ul> <h2>[10.5.18] - 2024-04-14</h2> <h3>Deprecated</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5812">#5812</a>: Support for string array keys in data sets returned by data provider methods that do not match the parameter names of the test method(s) that use(s) them</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5795">#5795</a>: Using <code>@testwith</code> annotation may generate <code>PHP Warning: Uninitialized string offset 0</code></li> </ul> <h2>[10.5.17] - 2024-04-05</h2> <h3>Changed</h3> <ul> <li>The namespaces of dependencies are now prefixed with <code>PHPUnitPHAR</code> instead of just <code>PHPUnit</code> for the PHAR distribution of PHPUnit</li> </ul> <h2>[10.5.16] - 2024-03-28</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5766">#5766</a>: Do not use a shell in <code>proc_open()</code> if not really needed</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5772">#5772</a>: Cleanup process handling after dropping temp-file handling</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5570">#5570</a>: Windows does not support exclusive locks on stdout</li> </ul> <h2>[10.5.15] - 2024-03-22</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5765">#5765</a>: Be more forgiving with error handlers that do not respect error suppression</li> </ul> <h2>[10.5.14] - 2024-03-21</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5747">#5747</a>: Cache result of <code>Groups::groups()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5748">#5748</a>: Improve performance of <code>NamePrettifier::prettifyTestMethodName()</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/547d314dc24ec1e177720d45c6263fb226cc2ae3"><code>547d314</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/6da42eddf9b6bd27b6718b4027967406fb11bb52"><code>6da42ed</code></a> Make this test work on Windows</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/371fc2c4ab0f3e7d486f817cfc0993dbc1f0604b"><code>371fc2c</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/77dc8087181fd35af8d51268396357de3e40c657"><code>77dc808</code></a> Use JUnit XML logfile as expectation instead of test runner output</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c722fb259972a6c55fbb295169fd1a000b3d4c88"><code>c722fb2</code></a> Do not crash when test run in child process ends unexpectedly and `--log-juni...</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/b2b3555ab6987b526c268cfaa16cb329e02deb37"><code>b2b3555</code></a> Add <code>--log-junit</code> to test</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/94c00e3dfabdb57da04c4429b4239fff99037c7b"><code>94c00e3</code></a> Add test without <code>--log-junit</code></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/9d1c41fbda94d9ef29e60a4af314aba5416e09aa"><code>9d1c41f</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/33a0610878994fc134c74c25d5276d606d49079b"><code>33a0610</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/920716c33296f0c91836b78649fada54c3051ca8"><code>920716c</code></a> Update tools</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/9.5.0...10.5.20">compare view</a></li> </ul> </details> <br /> 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> Commits ------- d1b7c08 Update phpunit/phpunit requirement from ^9.5 to ^10.5
- Loading branch information