Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) 11.5.21 -> 11.5.42 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v11.5.42: PHPUnit 11.5.42

Compare Source

Fixed
  • #​6368: failOnPhpunitWarning="false" has no effect

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.41: PHPUnit 11.5.41

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.40: PHPUnit 11.5.40

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.39: PHPUnit 11.5.39

Compare Source

Changed
  • #​6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.38: PHPUnit 11.5.38

Compare Source

Changed
  • #​6353: Disable performance optimization for tests requiring Xdebug

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.37: PHPUnit 11.5.37

Compare Source

Changed
  • Do not use __sleep() method (which will be deprecated in PHP 8.5)

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.36: PHPUnit 11.5.36

Compare Source

Fixed
  • #​6340: Implicitly enabled display of deprecation details is not disabled when it should be

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.35: PHPUnit 11.5.35

Compare Source

Changed
  • #[IgnorePhpunitDeprecations] is now considered for test runner deprecations (where applicable)

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.34

Compare Source

v11.5.33: PHPUnit 11.5.33

Compare Source

Changed
  • #​6321: Allow error_reporting=E_ALL for --check-php-configuration
Fixed
  • #​5863: TestDox printer does not show previous exception
  • #​6102: expectUserDeprecationMessage*() fails when test is run in separate process

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.32: PHPUnit 11.5.32

Compare Source

Changed
  • #​6308: Improve output of --check-php-configuration
  • The version number for the test result cache file has been incremented to reflect that its structure for PHPUnit 11.5 is not compatible with its structure for PHPUnit 8.5 and PHPUnit 9.6
Fixed
  • #​6281: Exceptions raised in after-test method are not reported for skipped tests

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.31: PHPUnit 11.5.31

Compare Source

Fixed
  • #​6304: PHPUnit 11.5.29 hangs when a test runner deprecation is triggered and process isolation is used (this reverts "#[IgnorePhpunitDeprecations] is now considered for test runner deprecations" from PHPUnit 11.5.29)

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.30: PHPUnit 11.5.30

Compare Source

Changed
  • #​6300: Emit warning when the name of a data provider method begins with test
  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.29: PHPUnit 11.5.29

Compare Source

Added
  • #​6297: --check-php-configuration CLI option for checking whether PHP is configured for testing
Changed
  • #[IgnorePhpunitDeprecations] is now considered for test runner deprecations (where applicable)
Fixed
  • #​6160: Baseline file in a subdirectory contains absolute paths
  • Errors due to invalid data provided using #[TestWith] or #[TestWithJson] attributes are now properly reported
  • The DataProviderMethodFinished event is now also emitted when the provided data set has an invalid key

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

v11.5.28: PHPUnit 11.5.28

Compare Source

Fixed
  • #​6097: The file attribute of <testClass> node of XML test list can be wrong

How to install or update PHPUnit

v11.5.27: PHPUnit 11.5.27

Compare Source

Fixed
  • #​6254: defects,randomconfiguration is supported by implementation, but it is not allowed by the XML configuration file schema
  • #​6259: Order of tests which use data from data providers is not affected by test sorting
  • #​6266: Superfluous whitespace in TestDox output when test method name has a number after the test prefix

How to install or update PHPUnit

v11.5.26: PHPUnit 11.5.26

Compare Source

Fixed
  • #​6104: Test with dependencies and data provider fails
  • #​6163: @no-named-arguments leads to static analysis errors for variadic arguments

How to install or update PHPUnit

v11.5.25: PHPUnit 11.5.25

Compare Source

Fixed
  • #​6249: No meaningful error when <testsuite> element is missing required name attribute

How to install or update PHPUnit

v11.5.24: PHPUnit 11.5.24

Compare Source

Added
  • #​6236: failOnPhpunitWarning attribute on the <phpunit> element of the XML configuration file and --fail-on-phpunit-warning CLI option for controlling whether PHPUnit should fail on PHPUnit warnings (default: true)
  • #​6239: --do-not-fail-on-deprecation, --do-not-fail-on-phpunit-warning, --do-not-fail-on-phpunit-deprecation, --do-not-fail-on-empty-test-suite, --do-not-fail-on-incomplete, --do-not-fail-on-notice, --do-not-fail-on-risky, --do-not-fail-on-skipped, and --do-not-fail-on-warning CLI options
  • --do-not-report-useless-tests CLI option as a replacement for --dont-report-useless-tests
Deprecated
  • --dont-report-useless-tests CLI option (use --do-not-report-useless-tests instead)
Fixed
  • #​6243: Constraints cannot be implemented without using internal class ExpectationFailedException

How to install or update PHPUnit

v11.5.23: PHPUnit 11.5.23

Compare Source

Fixed
  • #​6222: Data Provider seems to mess up Test Dependencies
  • shortenArraysForExportThreshold XML configuration setting has no effect on all arrays exported for event-related value objects

How to install or update PHPUnit

v11.5.22: PHPUnit 11.5.22

Compare Source

Changed
  • Do not treat warnings differently than other issues in summary section of default output

How to install or update PHPUnit


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Jun 7, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
laravel-telegram-proxy Error Error Sep 30, 2025 7:02am

@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.22 Update dependency phpunit/phpunit to v11.5.23 Jun 15, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 1b10daf to daf9775 Compare June 15, 2025 07:59
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.23 Update dependency phpunit/phpunit to v11.5.24 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from daf9775 to 99e71c9 Compare June 26, 2025 00:08
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 99e71c9 to 7838784 Compare July 1, 2025 08:13
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.24 Update dependency phpunit/phpunit to v11.5.25 Jul 1, 2025
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.25 Update dependency phpunit/phpunit to v11.5.26 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 7838784 to 515f896 Compare July 10, 2025 00:02
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 515f896 to b5d3dea Compare July 20, 2025 11:55
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.26 Update dependency phpunit/phpunit to v11.5.27 Jul 20, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from b5d3dea to 4df8e99 Compare August 1, 2025 06:46
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.27 Update dependency phpunit/phpunit to v11.5.28 Aug 1, 2025
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.28 Update dependency phpunit/phpunit to v11.5.29 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 4df8e99 to 44a816a Compare August 10, 2025 02:50
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.29 Update dependency phpunit/phpunit to v11.5.31 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 44a816a to 3642c3a Compare August 11, 2025 07:36
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 3642c3a to e2510c0 Compare August 13, 2025 01:22
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.31 Update dependency phpunit/phpunit to v11.5.32 Aug 13, 2025
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.32 Update dependency phpunit/phpunit to v11.5.33 Aug 16, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from e2510c0 to 0e32b0d Compare August 16, 2025 12:08
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.33 Update dependency phpunit/phpunit to v11.5.34 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 0e32b0d to c7358e5 Compare August 24, 2025 03:45
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from c7358e5 to 2ba3efb Compare August 29, 2025 23:18
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.34 Update dependency phpunit/phpunit to v11.5.35 Aug 29, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 2ba3efb to de5e01e Compare September 3, 2025 18:37
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.35 Update dependency phpunit/phpunit to v11.5.36 Sep 3, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from de5e01e to fd42534 Compare September 14, 2025 15:03
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.36 Update dependency phpunit/phpunit to v11.5.39 Sep 14, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from fd42534 to c8c4f83 Compare September 23, 2025 23:17
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.39 Update dependency phpunit/phpunit to v11.5.40 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from c8c4f83 to 6b5add8 Compare September 24, 2025 23:29
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.40 Update dependency phpunit/phpunit to v11.5.41 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 6b5add8 to d933c13 Compare September 30, 2025 07:02
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.41 Update dependency phpunit/phpunit to v11.5.42 Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant