Bump phpunit/phpunit from 10.1.3 to 10.2.0 #68

Merged
dependabot[bot] merged 1 commits from dependabot/composer/phpunit/phpunit-10.2.0 into main 2023-06-05 02:00:02 +00:00
dependabot[bot] commented 2023-06-05 01:40:02 +00:00 (Migrated from github.com)

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps phpunit/phpunit from 10.1.3 to 10.2.0.

Changelog

Sourced from phpunit/phpunit's changelog.

10.2.0 - 2023-06-02

Added

  • #5328: Optionally ignore suppression of deprecations, notices, and warnings
  • PHPUnit\Event\Test\DataProviderMethodCalled and PHPUnit\Event\Test\DataProviderMethodFinished events

Changed

  • Improved the reporting of errors during the loading and bootstrapping of test runner extensions

Deprecated

  • PHPUnit\TextUI\Configuration\Configuration::restrictDeprecations() (use source()->restrictDeprecations() instead)
  • PHPUnit\TextUI\Configuration\Configuration::restrictNotices() (use source()->restrictNotices() instead)
  • PHPUnit\TextUI\Configuration\Configuration::restrictWarnings() (use source()->restrictWarnings() instead)

Fixed

  • #5364: Confusing warning message Class ... cannot be found when class is found, but does not extend PHPUnit\Framework\TestCase
  • #5366: PHPUnit\Event\TestSuite\Loaded event has incomplete PHPUnit\Event\TestSuite\TestSuite value object
  • Always use X.Y.Z version number (and not just X.Y) of PHPUnit's version when checking whether a PHAR-distributed extension is compatible
Commits
  • 3aad97f Prepare release
  • f7b6a5d Improve the reporting of errors during the loading and bootstrapping of test ...
  • 23f779f Merge branch '9.6' into 10.2
  • 70e8497 Update ChangeLog
  • 6bcf520 Update ChangeLog
  • 7b22e98 Merge branch '10.1'
  • 634cd30 Merge branch '9.6' into 10.1
  • 284eedd Use Version::id() instead of Version::series() to check extension compatibility
  • e9e6afb Merge branch '10.1'
  • fb20bac Merge branch '9.6' into 10.1
  • Additional commits viewable in compare view

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)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.1.3 to 10.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/10.2.0/ChangeLog-10.2.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/sebastianbergmann/phpunit/compare/10.1.3...10.2.0">10.2.0</a> - 2023-06-02</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5328">#5328</a>: Optionally ignore suppression of deprecations, notices, and warnings</li> <li><code>PHPUnit\Event\Test\DataProviderMethodCalled</code> and <code>PHPUnit\Event\Test\DataProviderMethodFinished</code> events</li> </ul> <h3>Changed</h3> <ul> <li>Improved the reporting of errors during the loading and bootstrapping of test runner extensions</li> </ul> <h3>Deprecated</h3> <ul> <li><code>PHPUnit\TextUI\Configuration\Configuration::restrictDeprecations()</code> (use <code>source()-&gt;restrictDeprecations()</code> instead)</li> <li><code>PHPUnit\TextUI\Configuration\Configuration::restrictNotices()</code> (use <code>source()-&gt;restrictNotices()</code> instead)</li> <li><code>PHPUnit\TextUI\Configuration\Configuration::restrictWarnings()</code> (use <code>source()-&gt;restrictWarnings()</code> instead)</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5364">#5364</a>: Confusing warning message <code>Class ... cannot be found</code> when class is found, but does not extend <code>PHPUnit\Framework\TestCase</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5366">#5366</a>: <code>PHPUnit\Event\TestSuite\Loaded</code> event has incomplete <code>PHPUnit\Event\TestSuite\TestSuite</code> value object</li> <li>Always use <code>X.Y.Z</code> version number (and not just <code>X.Y</code>) of PHPUnit's version when checking whether a PHAR-distributed extension is compatible</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3aad97fde1f3e490e2b316ba56bc4680310e3c3f"><code>3aad97f</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/f7b6a5d89cd384dc57bca9a19c1d7fc790fded33"><code>f7b6a5d</code></a> Improve the reporting of errors during the loading and bootstrapping of test ...</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/23f779f13119fe25922c0a0eb2175abfb04cd134"><code>23f779f</code></a> Merge branch '9.6' into 10.2</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/70e8497b3c2201b3523b3c160958b3a7c696c7e6"><code>70e8497</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/6bcf520cc8eccddbef794042602ded25b3c1e42f"><code>6bcf520</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/7b22e98989d0ead0608125d889cc57f006179160"><code>7b22e98</code></a> Merge branch '10.1'</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/634cd30d45d5a743e155d87373a3aec2b3a02c0d"><code>634cd30</code></a> Merge branch '9.6' into 10.1</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/284eedd0aafdb7213d2b8e67455f8fe4e1d2ae64"><code>284eedd</code></a> Use Version::id() instead of Version::series() to check extension compatibility</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/e9e6afb920b761c36e7ecfe3a3102b84b8888e03"><code>e9e6afb</code></a> Merge branch '10.1'</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/fb20bac63d34b13f9088aecd8af6d4e1377985b0"><code>fb20bac</code></a> Merge branch '9.6' into 10.1</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/10.1.3...10.2.0">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.1.3&new-version=10.2.0)](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.