Bump phpunit/phpunit from 9.5.21 to 9.6.5 #19

Merged
dependabot[bot] merged 1 commits from dependabot/composer/phpunit/phpunit-9.6.5 into main 2023-03-15 06:16:35 -05:00
dependabot[bot] commented 2023-03-15 01:15:10 -05:00 (Migrated from github.com)

Bumps phpunit/phpunit from 9.5.21 to 9.6.5.

Changelog

Sourced from phpunit/phpunit's changelog.

9.6.5 - 2023-03-09

Changed

  • Backported the HTML and CSS improvements made to the --testdox-html from PHPUnit 10

Fixed

  • #5205: Wrong default value for optional parameter of PHPUnit\Util\Test::parseTestMethodAnnotations() causes ReflectionException

9.6.4 - 2023-02-27

Fixed

  • #5186: SBOM does not validate

9.6.3 - 2023-02-04

Fixed

  • #5164: markTestSkipped() not handled correctly when called in "before first test" method

9.6.2 - 2023-02-04

Fixed

  • #4618: Support for generators in assertCount() etc. is not marked as deprecated in PHPUnit 9.6

9.6.1 - 2023-02-03

Fixed

  • #5073: --no-extensions CLI option only prevents extension PHARs from being loaded
  • #5160: Deprecate assertClassHasAttribute(), assertClassNotHasAttribute(), assertClassHasStaticAttribute(), assertClassNotHasStaticAttribute(), assertObjectHasAttribute(), assertObjectNotHasAttribute(), classHasAttribute(), classHasStaticAttribute(), and objectHasAttribute()

9.6.0 - 2023-02-03

Changed

  • #5062: Deprecate expectDeprecation(), expectDeprecationMessage(), expectDeprecationMessageMatches(), expectError(), expectErrorMessage(), expectErrorMessageMatches(), expectNotice(), expectNoticeMessage(), expectNoticeMessageMatches(), expectWarning(), expectWarningMessage(), and expectWarningMessageMatches()
  • #5063: Deprecate withConsecutive()
  • #5064: Deprecate PHPUnit\Framework\TestCase::getMockClass()
  • #5132: Deprecate Test suffix for abstract test case classes
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.5.21 to 9.6.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/sebastianbergmann/phpunit/compare/9.6.4...9.6.5">9.6.5</a> - 2023-03-09</h2> <h3>Changed</h3> <ul> <li>Backported the HTML and CSS improvements made to the <code>--testdox-html</code> from PHPUnit 10</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5205">#5205</a>: Wrong default value for optional parameter of <code>PHPUnit\Util\Test::parseTestMethodAnnotations()</code> causes <code>ReflectionException</code></li> </ul> <h2><a href="https://github.com/sebastianbergmann/phpunit/compare/9.6.3...9.6.4">9.6.4</a> - 2023-02-27</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5186">#5186</a>: SBOM does not validate</li> </ul> <h2><a href="https://github.com/sebastianbergmann/phpunit/compare/9.6.2...9.6.3">9.6.3</a> - 2023-02-04</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5164">#5164</a>: <code>markTestSkipped()</code> not handled correctly when called in &quot;before first test&quot; method</li> </ul> <h2><a href="https://github.com/sebastianbergmann/phpunit/compare/9.6.1...9.6.2">9.6.2</a> - 2023-02-04</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/4618">#4618</a>: Support for generators in <code>assertCount()</code> etc. is not marked as deprecated in PHPUnit 9.6</li> </ul> <h2><a href="https://github.com/sebastianbergmann/phpunit/compare/9.6.0...9.6.1">9.6.1</a> - 2023-02-03</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5073">#5073</a>: <code>--no-extensions</code> CLI option only prevents extension PHARs from being loaded</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5160">#5160</a>: Deprecate <code>assertClassHasAttribute()</code>, <code>assertClassNotHasAttribute()</code>, <code>assertClassHasStaticAttribute()</code>, <code>assertClassNotHasStaticAttribute()</code>, <code>assertObjectHasAttribute()</code>, <code>assertObjectNotHasAttribute()</code>, <code>classHasAttribute()</code>, <code>classHasStaticAttribute()</code>, and <code>objectHasAttribute()</code></li> </ul> <h2><a href="https://github.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.0">9.6.0</a> - 2023-02-03</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5062">#5062</a>: Deprecate <code>expectDeprecation()</code>, <code>expectDeprecationMessage()</code>, <code>expectDeprecationMessageMatches()</code>, <code>expectError()</code>, <code>expectErrorMessage()</code>, <code>expectErrorMessageMatches()</code>, <code>expectNotice()</code>, <code>expectNoticeMessage()</code>, <code>expectNoticeMessageMatches()</code>, <code>expectWarning()</code>, <code>expectWarningMessage()</code>, and <code>expectWarningMessageMatches()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5063">#5063</a>: Deprecate <code>withConsecutive()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5064">#5064</a>: Deprecate <code>PHPUnit\Framework\TestCase::getMockClass()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5132">#5132</a>: Deprecate <code>Test</code> suffix for abstract test case classes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/86e761949019ae83f49240b2f2123fb5ab3b2fc5"><code>86e7619</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3d685bb50b4bd45cf917d2986326af7a1cf45a6c"><code>3d685bb</code></a> Backport TestDox HTML improvements</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/7964343207e4bf2d5eab0043328deda55ae8540e"><code>7964343</code></a> Backport TestDox HTML improvements</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/31a21e7905dc09f6254eb69e8aa102f3ee799376"><code>31a21e7</code></a> Fix</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/caff5d895ba9e693913b44a934f0b374160e2327"><code>caff5d8</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/f070ecb4b3048c96f449efd5dec6a3f690013547"><code>f070ecb</code></a> Correct composer suggestion description</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/d6454d6dd71024848893a1e2d1f1dd78683351db"><code>d6454d6</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5205">#5205</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/9125ee085b6d95e78277dc07aa1f46f9e0607b8d"><code>9125ee0</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/e0d2712e08495cd812a966a6c73acd6d4ec37e89"><code>e0d2712</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e"><code>7d1ff0e</code></a> Prepare release</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/9.5.21...9.6.5">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.5.21&new-version=9.6.5)](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.
No description provided.