Bump phpunit/phpunit from 10.5.16 to 10.5.19 #512

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/phpunit/phpunit-10.5.19 into main
dependabot[bot] commented 2024-04-18 00:42:50 +00:00 (Migrated from github.com)

Bumps phpunit/phpunit from 10.5.16 to 10.5.19.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 10.5.19

Fixed

  • #5818: Calling method() on a test stub created using createStubForIntersectionOfInterfaces() throws an unexpected exception

How to install or update PHPUnit

PHPUnit 10.5.18

Deprecated

  • #5812: 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

Fixed

  • #5795: Using @testWith annotation may generate PHP Warning: Uninitialized string offset 0

How to install or update PHPUnit

PHPUnit 10.5.17

Changed

  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.19] - 2024-04-17

Fixed

  • #5818: Calling method() on a test stub created using createStubForIntersectionOfInterfaces() throws an unexpected exception

[10.5.18] - 2024-04-14

Deprecated

  • #5812: 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

Fixed

  • #5795: Using @testWith annotation may generate PHP Warning: Uninitialized string offset 0

[10.5.17] - 2024-04-05

Changed

  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit
Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.16 to 10.5.19. <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.19</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> <hr /> <p><a href="https://docs.phpunit.de/en/10.5/installation.html">How to install or update PHPUnit</a></p> <h2>PHPUnit 10.5.18</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> <hr /> <p><a href="https://docs.phpunit.de/en/10.5/installation.html">How to install or update PHPUnit</a></p> <h2>PHPUnit 10.5.17</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> <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.19/ChangeLog-10.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c726f0de022368f6ed103e452a765d3304a996a4"><code>c726f0d</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/8086c07f1ee351c3123c8ca374c739c13f3fe21c"><code>8086c07</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5818">#5818</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/b82007c109a2ac0ae4b6ebe57e90d029d04ecaae"><code>b82007c</code></a> Add tests</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/8c7e59b8ab554a846bb3f15118d4e5d528e0d0c9"><code>8c7e59b</code></a> Improve TestDox output</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/11e6f460cd462885d7d5aff308a55fc161ef9498"><code>11e6f46</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/789a100ff5db595070ae9c80f0842d1ca0470325"><code>789a100</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/eee5718b5972a1adeb3e252c255c8e93845ae42f"><code>eee5718</code></a> Update tools</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/41c6588e181adfbebd62492d7018f268b83147e0"><code>41c6588</code></a> Fix</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/6b6e15389bb4f654b42375ece32e103b1c0d15c1"><code>6b6e153</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c4b2075a8d132617b2f475dee7fb36b5ec67fc28"><code>c4b2075</code></a> Merge branch '8.5' into 9.6</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/10.5.16...10.5.19">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=10.5.16&new-version=10.5.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
dependabot[bot] commented 2024-04-22 08:17:40 +00:00 (Migrated from github.com)

Superseded by #515.

Superseded by #515.

Pull request closed

Sign in to join this conversation.