Bump phpunit/phpunit from 9.6.8 to 9.6.11 #40

Open
dependabot[bot] wants to merge 1 commits from dependabot/composer/phpunit/phpunit-9.6.11 into main
dependabot[bot] commented 2023-08-21 00:32:43 -05:00 (Migrated from github.com)

Bumps phpunit/phpunit from 9.6.8 to 9.6.11.

Changelog

Sourced from phpunit/phpunit's changelog.

[9.6.11] - 2023-08-19

Added

  • #5478: assertObjectHasProperty() and assertObjectNotHasProperty()

[9.6.10] - 2023-07-10

Changed

  • #5419: Allow empty <extensions> element in XML configuration

[9.6.9] - 2023-06-11

Fixed

  • #5405: XML configuration migration does not migrate whitelist/file elements
  • 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

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 9.6.8 to 9.6.11. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/9.6.11/ChangeLog-9.6.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[9.6.11] - 2023-08-19</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5478">#5478</a>: <code>assertObjectHasProperty()</code> and <code>assertObjectNotHasProperty()</code></li> </ul> <h2>[9.6.10] - 2023-07-10</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5419">#5419</a>: Allow empty <code>&lt;extensions&gt;</code> element in XML configuration</li> </ul> <h2>[9.6.9] - 2023-06-11</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5405">#5405</a>: XML configuration migration does not migrate <code>whitelist/file</code> elements</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/810500e92855eba8a7a5319ae913be2da6f957b0"><code>810500e</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/adc23acd5e1b9f6a3fdd67d89d022b0905a1238c"><code>adc23ac</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5478">#5478</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/53e630fa7af1fc75652dc029ab5f023b3fe734f8"><code>53e630f</code></a> Add missing deprecation</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3acefad6cd2b5dbf576049ac583c902cfab77b28"><code>3acefad</code></a> Add links</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3e86368ffcd71ff212d055b40042df658a6bd0fb"><code>3e86368</code></a> Group deprecations by type</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/74ac20a3add76da11a121e5f6e8e03fb100903a0"><code>74ac20a</code></a> Fix</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c9e2d013a1836f828655a3987c57de371aa2f6c3"><code>c9e2d01</code></a> Add missing version information</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/554a191e0a12afa2ba8bb358e1f8e6864a0db3c9"><code>554a191</code></a> Add list of deprecated functionality</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/d6a232a3a23fe47f5c0f6c50f2f97b15e3d7c491"><code>d6a232a</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/998b8252e7798e8a44027d0e4a26764af5216a53"><code>998b825</code></a> Fix CS/WS issues</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/9.6.8...9.6.11">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.8&new-version=9.6.11)](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>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b dependabot/composer/phpunit/phpunit-9.6.11 main
git pull origin dependabot/composer/phpunit/phpunit-9.6.11

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff dependabot/composer/phpunit/phpunit-9.6.11
git push origin main
Sign in to join this conversation.
No description provided.