Bump phpunit/phpunit from 9.6.7 to 10.1.3 #41

Merged
dependabot[bot] merged 1 commits from dependabot/composer/phpunit/phpunit-10.1.3 into main 2023-05-24 21:17:01 +00:00
dependabot[bot] commented 2023-05-12 01:11:50 +00:00 (Migrated from github.com)

Bumps phpunit/phpunit from 9.6.7 to 10.1.3.

Changelog

Sourced from phpunit/phpunit's changelog.

[10.1.3] - 2023-05-11

Changed

  • #5343: Provide distinct messages when a test is considered risky due to output buffering level mismatch

Fixed

  • #5345: No stack trace shown for previous exceptions during bootstrap

[10.1.2] - 2023-04-22

Added

  • PHPUnit\Runner\Extension\Facade::replaceOutput() and PHPUnit\Runner\Extension\Facade::replacesOutput()
  • PHPUnit\Event\Telemetry\Info::garbageCollectorStatus()

Fixed

  • #5340: Not all test-related events are emitted when a test fails or errors

[10.1.1] - 2023-04-17

Fixed

  • Tests that have #[DoesNotPerformAssertions] (or @doesNotPerformAssertions) do not contribute to code coverage
  • #[DoesNotPerformAssertions] (and @doesNotPerformAssertions) is only interpreted on the method level, not on the class level

[10.1.0] - 2023-04-14

Added

  • #5168: Allow test runner extensions to disable default progress and result printing
  • #5196: Optionally (fail|stop) on (notice|deprecation) events
  • #5201: Add TestCase::registerFailureType() to register interface that marks exceptions to be treated as failures, not errors
  • #5231: assertObjectHasProperty() and assertObjectNotHasProperty()
  • #5237: Implement IgnoreClassForCodeCoverage, IgnoreMethodForCodeCoverage, and IgnoreFunctionForCodeCoverage attributes
  • #5293: Allow to restrict the reporting of deprecations, notices, and warnings to specified directories
  • #5294: Introduce <source> XML configuration element to configure "your code"
  • #5300: TestCase::transformException() hook method
  • TestCase::createConfiguredStub() was added as an analogon to TestCase::createConfiguredMock()
  • The PHPUnit\Event\TestRunner\ExecutionAborted event is now emitted when the execution of tests is stopped due to stopOn* attributes on the <phpunit> XML configuration element or due to --stop-on-* CLI options
  • Event telemetry now includes status information for PHP's garbage collector

Changed

  • #5198: Display PHPUnit deprecations when TestDox output is used
  • #5326: Ignore suppressed E_USER_* errors again

Deprecated

... (truncated)

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 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 9.6.7 to 10.1.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/10.1.3/ChangeLog-10.1.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[10.1.3] - 2023-05-11</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5343">#5343</a>: Provide distinct messages when a test is considered risky due to output buffering level mismatch</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5345">#5345</a>: No stack trace shown for previous exceptions during bootstrap</li> </ul> <h2>[10.1.2] - 2023-04-22</h2> <h3>Added</h3> <ul> <li><code>PHPUnit\Runner\Extension\Facade::replaceOutput()</code> and <code>PHPUnit\Runner\Extension\Facade::replacesOutput()</code></li> <li><code>PHPUnit\Event\Telemetry\Info::garbageCollectorStatus()</code></li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5340">#5340</a>: Not all test-related events are emitted when a test fails or errors</li> </ul> <h2>[10.1.1] - 2023-04-17</h2> <h3>Fixed</h3> <ul> <li>Tests that have <code>#[DoesNotPerformAssertions]</code> (or <code>@doesNotPerformAssertions</code>) do not contribute to code coverage</li> <li><code>#[DoesNotPerformAssertions]</code> (and <code>@doesNotPerformAssertions</code>) is only interpreted on the method level, not on the class level</li> </ul> <h2>[10.1.0] - 2023-04-14</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5168">#5168</a>: Allow test runner extensions to disable default progress and result printing</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5196">#5196</a>: Optionally (fail|stop) on (notice|deprecation) events</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5201">#5201</a>: Add <code>TestCase::registerFailureType()</code> to register interface that marks exceptions to be treated as failures, not errors</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5231">#5231</a>: <code>assertObjectHasProperty()</code> and <code>assertObjectNotHasProperty()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5237">#5237</a>: Implement <code>IgnoreClassForCodeCoverage</code>, <code>IgnoreMethodForCodeCoverage</code>, and <code>IgnoreFunctionForCodeCoverage</code> attributes</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5293">#5293</a>: Allow to restrict the reporting of deprecations, notices, and warnings to specified directories</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5294">#5294</a>: Introduce <code>&lt;source&gt;</code> XML configuration element to configure &quot;your code&quot;</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5300">#5300</a>: <code>TestCase::transformException()</code> hook method</li> <li><code>TestCase::createConfiguredStub()</code> was added as an analogon to <code>TestCase::createConfiguredMock()</code></li> <li>The <code>PHPUnit\Event\TestRunner\ExecutionAborted</code> event is now emitted when the execution of tests is stopped due to <code>stopOn*</code> attributes on the <code>&lt;phpunit&gt;</code> XML configuration element or due to <code>--stop-on-*</code> CLI options</li> <li>Event telemetry now includes status information for PHP's garbage collector</li> </ul> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5198">#5198</a>: Display PHPUnit deprecations when TestDox output is used</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5326">#5326</a>: Ignore suppressed <code>E_USER_*</code> errors again</li> </ul> <h3>Deprecated</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/2379ebafc1737e71cdc84f402acb6b7f04198b9d"><code>2379eba</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/a07654aa9a19e9fbb0e773dfa4a3295574edd035"><code>a07654a</code></a> Merge branch '9.6' into 10.1</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/17d621b3aff84d0c8b62539e269e87d8d5baa76e"><code>17d621b</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/b54dec355728f6c532d245dbfa0bfba02f02f370"><code>b54dec3</code></a> Merge branch '9.6' into 10.1</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/71b53aef431cb3bb5af542b171907bed662b2e17"><code>71b53ae</code></a> Fix CS/WS issue</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/be7ffef896b71a28b2c043c84c885e74040ec0f2"><code>be7ffef</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/b7513d573d8f2320afbe72bfb54d6bcb90d12794"><code>b7513d5</code></a> Add stack trace for previous exceptions to bootstrap error message</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/d45b99cb8e5aabe01741b280993a342d85b62154"><code>d45b99c</code></a> Merge branch '9.6' into 10.1</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/4b4e628791a0a89f5a367beb03ba0c1d1fae4c6a"><code>4b4e628</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/22c8daa4759be4e93940e31382825c9996d7ae8f"><code>22c8daa</code></a> Update tools</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/9.6.7...10.1.3">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=9.6.7&new-version=10.1.3)](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 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>
Sign in to join this conversation.