[PR #508] [MERGED] chore(deps-dev): bump phpunit/phpunit from 11.3.4 to 11.3.5 #1147

Closed
opened 2026-03-15 15:55:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/508
Author: @dependabot[bot]
Created: 9/16/2024
Status: Merged
Merged: 9/16/2024
Merged by: @sadok-f

Base: mainHead: dependabot/composer/phpunit/phpunit-11.3.5


📝 Commits (1)

  • 1b52600 chore(deps-dev): bump phpunit/phpunit from 11.3.4 to 11.3.5

📊 Changes

1 file changed (+22 additions, -22 deletions)

View changed files

📝 composer.lock (+22 -22)

📄 Description

Bumps phpunit/phpunit from 11.3.4 to 11.3.5.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.3.5

Fixed

  • #5874: Test Stub generated by return value generator for doubled method with static return type declaration is not properly initialized
  • #5931: Reverted addition of name property on <testsuites> element in JUnit XML logfile
  • #5946: Callback throws a TypeError when checking a callable has variadic parameters

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.3.5] - 2024-09-13

Fixed

  • #5874: Test Stub generated by return value generator for doubled method with static return type declaration is not properly initialized
  • #5931: Reverted addition of name property on <testsuites> element in JUnit XML logfile
  • #5946: Callback throws a TypeError when checking a callable has variadic parameters
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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/508 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/16/2024 **Status:** ✅ Merged **Merged:** 9/16/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/phpunit/phpunit-11.3.5` --- ### 📝 Commits (1) - [`1b52600`](https://github.com/flyimg/flyimg/commit/1b52600c0e7bebfce5667a58334420e700a0a773) chore(deps-dev): bump phpunit/phpunit from 11.3.4 to 11.3.5 ### 📊 Changes **1 file changed** (+22 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+22 -22) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.3.4 to 11.3.5. <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 11.3.5</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5874">#5874</a>: Test Stub generated by return value generator for doubled method with <code>static</code> return type declaration is not properly initialized</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5931">#5931</a>: Reverted addition of <code>name</code> property on <code>&lt;testsuites&gt;</code> element in JUnit XML logfile</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5946">#5946</a>: <code>Callback</code> throws a <code>TypeError</code> when checking a <code>callable</code> has variadic parameters</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.3/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/11.3.5/ChangeLog-11.3.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[11.3.5] - 2024-09-13</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5874">#5874</a>: Test Stub generated by return value generator for doubled method with <code>static</code> return type declaration is not properly initialized</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5931">#5931</a>: Reverted addition of <code>name</code> property on <code>&lt;testsuites&gt;</code> element in JUnit XML logfile</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5946">#5946</a>: <code>Callback</code> throws a <code>TypeError</code> when checking a <code>callable</code> has variadic parameters</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/4dc07a589a68f8f2d5132ac0849146d122e08347"><code>4dc07a5</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/dd8712089596dcf3bcb68e4bb80c7082e7c6c4a7"><code>dd87120</code></a> Merge branch '10.5' into 11.3</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3c69d315bdf79080c8e115b69d1961c6905b0e18"><code>3c69d31</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/a10761577aa7ccd55274487fbad6ceea1aabcfb3"><code>a107615</code></a> Merge branch '10.5' into 11.3</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/7c1945c703f9afb01708bac63eed5bf6724f34ad"><code>7c1945c</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/17f4f136331dd04e8fedb602aae119654d5e9481"><code>17f4f13</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/90098622cb92f3bec18fe2c25901db6cfeabf2da"><code>9009862</code></a> Update tools</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/9981e7696e15035c4529f5fe5af95995412e60d6"><code>9981e76</code></a> Merge branch '10.5' into 11.3</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/390ab43bc5d902415d5c6b0727fb125a35e804d5"><code>390ab43</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3d619000d7f3bcf74777b553da11a4ece4c25adc"><code>3d61900</code></a> Revert &quot;add name property to testsuites element in JunitXmlLogger&quot;</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.3.4...11.3.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=11.3.4&new-version=11.3.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:55:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#1147
No description provided.