[PR #436] [MERGED] chore(deps-dev): bump phpunit/phpunit from 11.0.9 to 11.1.1 #1100

Closed
opened 2026-03-15 15:52:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 476eefa chore(deps-dev): bump phpunit/phpunit from 11.0.9 to 11.1.1

📊 Changes

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

View changed files

📝 composer.lock (+7 -7)

📄 Description

Bumps phpunit/phpunit from 11.0.9 to 11.1.1.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.1.1

Fixed

  • #5798: The #[CoversClass] and #[UsesClass] attributes can no longer target traits

How to install or update PHPUnit

PHPUnit 11.1.0

Added

  • #5689: Distinguish between self, direct and indirect deprecations
  • #5696: #[DisableReturnValueGenerationForTestDoubles] attribute for disabling return value generation for test doubles created using createMock(), createMockForIntersectionOfInterfaces(), createPartialMock(), createStub(), and createStubForIntersectionOfInterfaces()
  • #5175: #[CoversMethod] and #[UsesMethod] attributes for more fine-grained code coverage targeting
  • #5720: Support filtering using --filter, --exclude-filter, --group, and --exclude-group when listing tests using --list-tests and --list-tests-xml as well as listing groups with --list-groups
  • #5733: Implicitly include (abstract) parent class(es) with #[CoversClass] and #[UsesClass] attributes
  • --only-summary-for-coverage-text CLI option to reduce the code coverage report in text format to a summary
  • --show-uncovered-for-coverage-text CLI option to expand the code coverage report in text format to include a list of uncovered files

Changed

  • #5689: The XML configuration file generated using --generate-configuration now generates <source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true"> instead of <source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
  • #5708: Allow the --group, --exclude-group, --covers, --uses, and --test-suffix CLI options to be used multiple times
  • PHPUnit\Framework\TestCase::__construct() is now annotated to be final in preparation for declaring it final in PHPUnit 12
  • Changed how the DeprecationTriggered, ErrorTriggered, NoticeTriggered, PhpDeprecationTriggered, PhpNoticeTriggered, PhpWarningTriggered, and WarningTriggered events are represented as text

Deprecated

  • #5689: The restrictDeprecations attribute on the <source> element of the XML configuration file is now deprecated in favor of the ignoreSelfDeprecations, ignoreDirectDeprecations, and ignoreIndirectDeprecations attributes
  • #5709: Deprecate support for using comma-separated values with the --group, --exclude-group, --covers, --uses, and --test-suffix CLI options

How to install or update PHPUnit

PHPUnit 11.0.10

Changed

  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

11.1.1 - 2024-04-06

Fixed

  • #5798: The #[CoversClass] and #[UsesClass] attributes can no longer target traits

11.1.0 - 2024-04-05

Added

  • #5689: Distinguish between self, direct and indirect deprecations
  • #5696: #[DisableReturnValueGenerationForTestDoubles] attribute for disabling return value generation for test doubles created using createMock(), createMockForIntersectionOfInterfaces(), createPartialMock(), createStub(), and createStubForIntersectionOfInterfaces()
  • #5175: #[CoversMethod] and #[UsesMethod] attributes for more fine-grained code coverage targeting
  • #5720: Support filtering using --filter, --exclude-filter, --group, and --exclude-group when listing tests using --list-tests and --list-tests-xml as well as listing groups with --list-groups
  • #5733: Implicitly include (abstract) parent class(es) with #[CoversClass] and #[UsesClass] attributes
  • --only-summary-for-coverage-text CLI option to reduce the code coverage report in text format to a summary
  • --show-uncovered-for-coverage-text CLI option to expand the code coverage report in text format to include a list of uncovered files

Changed

  • #5689: The XML configuration file generated using --generate-configuration now generates <source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true"> instead of <source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
  • #5708: Allow the --group, --exclude-group, --covers, --uses, and --test-suffix CLI options to be used multiple times
  • PHPUnit\Framework\TestCase::__construct() is now annotated to be final in preparation for declaring it final in PHPUnit 12
  • Changed how the DeprecationTriggered, ErrorTriggered, NoticeTriggered, PhpDeprecationTriggered, PhpNoticeTriggered, PhpWarningTriggered, and WarningTriggered events are represented as text

Deprecated

  • #5689: The restrictDeprecations attribute on the <source> element of the XML configuration file is now deprecated in favor of the ignoreSelfDeprecations, ignoreDirectDeprecations, and ignoreIndirectDeprecations attributes
  • #5709: Deprecate support for using comma-separated values with the --group, --exclude-group, --covers, --uses, and --test-suffix CLI options
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/436 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/8/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/phpunit/phpunit-11.1.1` --- ### 📝 Commits (1) - [`476eefa`](https://github.com/flyimg/flyimg/commit/476eefae25915ed5d165177982082041f931a80d) chore(deps-dev): bump phpunit/phpunit from 11.0.9 to 11.1.1 ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+7 -7) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.0.9 to 11.1.1. <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.1.1</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5798">#5798</a>: The <code>#[CoversClass]</code> and <code>#[UsesClass]</code> attributes can no longer target traits</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.1/installation.html">How to install or update PHPUnit</a></p> <h2>PHPUnit 11.1.0</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5689">#5689</a>: Distinguish between self, direct and indirect deprecations</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5696">#5696</a>: <code>#[DisableReturnValueGenerationForTestDoubles]</code> attribute for disabling return value generation for test doubles created using <code>createMock()</code>, <code>createMockForIntersectionOfInterfaces()</code>, <code>createPartialMock()</code>, <code>createStub()</code>, and <code>createStubForIntersectionOfInterfaces()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5175">#5175</a>: <code>#[CoversMethod]</code> and <code>#[UsesMethod]</code> attributes for more fine-grained code coverage targeting</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5720">#5720</a>: Support filtering using <code>--filter</code>, <code>--exclude-filter</code>, <code>--group</code>, and <code>--exclude-group</code> when listing tests using <code>--list-tests</code> and <code>--list-tests-xml</code> as well as listing groups with <code>--list-groups</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5733">#5733</a>: Implicitly include (abstract) parent class(es) with <code>#[CoversClass]</code> and <code>#[UsesClass]</code> attributes</li> <li><code>--only-summary-for-coverage-text</code> CLI option to reduce the code coverage report in text format to a summary</li> <li><code>--show-uncovered-for-coverage-text</code> CLI option to expand the code coverage report in text format to include a list of uncovered files</li> </ul> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5689">#5689</a>: The XML configuration file generated using <code>--generate-configuration</code> now generates <code>&lt;source ignoreIndirectDeprecations=&quot;true&quot; restrictNotices=&quot;true&quot; restrictWarnings=&quot;true&quot;&gt;</code> instead of <code>&lt;source restrictDeprecations=&quot;true&quot; restrictNotices=&quot;true&quot; restrictWarnings=&quot;true&quot;&gt;</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5708">#5708</a>: Allow the <code>--group</code>, <code>--exclude-group</code>, <code>--covers</code>, <code>--uses</code>, and <code>--test-suffix</code> CLI options to be used multiple times</li> <li><code>PHPUnit\Framework\TestCase::__construct()</code> is now annotated to be final in preparation for declaring it <code>final</code> in PHPUnit 12</li> <li>Changed how the <code>DeprecationTriggered</code>, <code>ErrorTriggered</code>, <code>NoticeTriggered</code>, <code>PhpDeprecationTriggered</code>, <code>PhpNoticeTriggered</code>, <code>PhpWarningTriggered</code>, and <code>WarningTriggered</code> events are represented as text</li> </ul> <h3>Deprecated</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5689">#5689</a>: The <code>restrictDeprecations</code> attribute on the <code>&lt;source&gt;</code> element of the XML configuration file is now deprecated in favor of the <code>ignoreSelfDeprecations</code>, <code>ignoreDirectDeprecations</code>, and <code>ignoreIndirectDeprecations</code> attributes</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5709">#5709</a>: Deprecate support for using comma-separated values with the <code>--group</code>, <code>--exclude-group</code>, <code>--covers</code>, <code>--uses</code>, and <code>--test-suffix</code> CLI options</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.1/installation.html">How to install or update PHPUnit</a></p> <h2>PHPUnit 11.0.10</h2> <h3>Changed</h3> <ul> <li>The namespaces of dependencies are now prefixed with <code>PHPUnitPHAR</code> instead of just <code>PHPUnit</code> for the PHAR distribution of PHPUnit</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.0/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.1.1/ChangeLog-11.1.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/sebastianbergmann/phpunit/compare/11.1.0...11.1.1">11.1.1</a> - 2024-04-06</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5798">#5798</a>: The <code>#[CoversClass]</code> and <code>#[UsesClass]</code> attributes can no longer target traits</li> </ul> <h2><a href="https://github.com/sebastianbergmann/phpunit/compare/11.0.10...11.1.0">11.1.0</a> - 2024-04-05</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5689">#5689</a>: Distinguish between self, direct and indirect deprecations</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5696">#5696</a>: <code>#[DisableReturnValueGenerationForTestDoubles]</code> attribute for disabling return value generation for test doubles created using <code>createMock()</code>, <code>createMockForIntersectionOfInterfaces()</code>, <code>createPartialMock()</code>, <code>createStub()</code>, and <code>createStubForIntersectionOfInterfaces()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5175">#5175</a>: <code>#[CoversMethod]</code> and <code>#[UsesMethod]</code> attributes for more fine-grained code coverage targeting</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5720">#5720</a>: Support filtering using <code>--filter</code>, <code>--exclude-filter</code>, <code>--group</code>, and <code>--exclude-group</code> when listing tests using <code>--list-tests</code> and <code>--list-tests-xml</code> as well as listing groups with <code>--list-groups</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5733">#5733</a>: Implicitly include (abstract) parent class(es) with <code>#[CoversClass]</code> and <code>#[UsesClass]</code> attributes</li> <li><code>--only-summary-for-coverage-text</code> CLI option to reduce the code coverage report in text format to a summary</li> <li><code>--show-uncovered-for-coverage-text</code> CLI option to expand the code coverage report in text format to include a list of uncovered files</li> </ul> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5689">#5689</a>: The XML configuration file generated using <code>--generate-configuration</code> now generates <code>&lt;source ignoreIndirectDeprecations=&quot;true&quot; restrictNotices=&quot;true&quot; restrictWarnings=&quot;true&quot;&gt;</code> instead of <code>&lt;source restrictDeprecations=&quot;true&quot; restrictNotices=&quot;true&quot; restrictWarnings=&quot;true&quot;&gt;</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5708">#5708</a>: Allow the <code>--group</code>, <code>--exclude-group</code>, <code>--covers</code>, <code>--uses</code>, and <code>--test-suffix</code> CLI options to be used multiple times</li> <li><code>PHPUnit\Framework\TestCase::__construct()</code> is now annotated to be final in preparation for declaring it <code>final</code> in PHPUnit 12</li> <li>Changed how the <code>DeprecationTriggered</code>, <code>ErrorTriggered</code>, <code>NoticeTriggered</code>, <code>PhpDeprecationTriggered</code>, <code>PhpNoticeTriggered</code>, <code>PhpWarningTriggered</code>, and <code>WarningTriggered</code> events are represented as text</li> </ul> <h3>Deprecated</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5689">#5689</a>: The <code>restrictDeprecations</code> attribute on the <code>&lt;source&gt;</code> element of the XML configuration file is now deprecated in favor of the <code>ignoreSelfDeprecations</code>, <code>ignoreDirectDeprecations</code>, and <code>ignoreIndirectDeprecations</code> attributes</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5709">#5709</a>: Deprecate support for using comma-separated values with the <code>--group</code>, <code>--exclude-group</code>, <code>--covers</code>, <code>--uses</code>, and <code>--test-suffix</code> CLI options</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/816cb6070af901c0548aa5f18f2132fd8a6e4ade"><code>816cb60</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/1b743cf0f5925bb283e4959817ae926f383db557"><code>1b743cf</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5798">#5798</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/e570295c7045010ef613884d57bd567589675142"><code>e570295</code></a> Declare classes final</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/2b06c30b3802ee02082bc174ea0a7ab3f38d17ab"><code>2b06c30</code></a> Delete unused file from test fixture</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c142d24f35dba8cc9c4bdeb7b1c62e0ec93f48fb"><code>c142d24</code></a> Prevent creation of socket: folder when running infection</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/882c5bf7aa85328d1010da2a76f4bb10c43778c6"><code>882c5bf</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/1926e67ad17855f55ffa09b692fb54e99ac6339b"><code>1926e67</code></a> Merge branch '11.0'</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/2554654f486e84a54c6f159989988f4dcb141e81"><code>2554654</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/17abdb7ceeb954a7c6ffc19ed165c07dc1a6f509"><code>17abdb7</code></a> Merge branch '10.5' into 11.0</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c1f736a473d21957ead7e94fcc029f571895abf5"><code>c1f736a</code></a> Prepare release</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.0.9...11.1.1">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.0.9&new-version=11.1.1)](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:52:36 +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#1100
No description provided.