Skip to content

chore(deps): update dependency phpunit/phpunit to v11.5.51#11

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/phpunit-phpunit-11.x-lockfile
Open

chore(deps): update dependency phpunit/phpunit to v11.5.51#11
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/phpunit-phpunit-11.x-lockfile

Conversation

@renovate
Copy link

@renovate renovate bot commented May 17, 2025

This PR contains the following updates:

Package Change Age Confidence
phpunit/phpunit (source) 11.5.1811.5.51 age confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v11.5.51

Compare Source

v11.5.50: PHPUnit 11.5.50

Compare Source

Changed
  • To prevent Poisoned Pipeline Execution (PPE) attacks using prepared .coverage files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs

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

Keep up to date with PHPUnit:

v11.5.49: PHPUnit 11.5.49

Compare Source

Fixed
  • #​6362: Manually instantiated test doubles are broken since PHPUnit 11.2
  • #​6470: Infinite recursion in Count::getCountOf() for unusal implementations of Iterator or IteratorAggregate

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

Keep up to date with PHPUnit:

v11.5.48: PHPUnit 11.5.48

Compare Source

Changed

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

Keep up to date with PHPUnit:

v11.5.47: PHPUnit 11.5.47

Compare Source

Fixed
  • #​6470: Mocking a class with a property hook setter accepting more types than the property results in a fatal error

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

Keep up to date with PHPUnit:

v11.5.46: PHPUnit 11.5.46

Compare Source

  • No changes; phpunit.phar rebuilt with PHP 8.4 to work around PHP-Scoper issue #​1139

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

Keep up to date with PHPUnit:

v11.5.45: PHPUnit 11.5.45

Compare Source

Changed
  • Updated list of deprecated PHP configuration settings for PHP 8.6
Fixed
  • #​6408: Exception in a data provider method leads to internal PHPUnit error
  • #​6426: Fix migration of configuration without schema location

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

Keep up to date with PHPUnit:

v11.5.44: PHPUnit 11.5.44

Compare Source

Fixed
  • #​6402: Avoid reading from STDOUT when rewind() fails

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

Keep up to date with PHPUnit:

v11.5.43: PHPUnit 11.5.43

Compare Source

Changed
  • Skipped tests alone no longer lead to a yellow background for the test result summary
Fixed
  • #​6391: Errors during backup of global variables and static properties are not reported

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

Keep up to date with 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

v11.5.21: PHPUnit 11.5.21

Compare Source

Changed
  • #​6210: Set default Clover coverage project name
  • #​6217: Improve the error message when createStubForIntersectionOfInterfaces() is called with a class

How to install or update PHPUnit

v11.5.20: PHPUnit 11.5.20

Compare Source

Fixed
  • #​6199: assertEmpty() and assertNotEmpty() use overly restrictive phpstan-assert empty directives
  • #​6192: Reverted change made in PHPUnit 11.5.19 due to regression

How to install or update PHPUnit

v11.5.19: PHPUnit 11.5.19

Compare Source

Added
  • displayDetailsOnAllIssues attribute on the <phpunit> element of the XML configuration file and --display-all-issues CLI option for controlling whether PHPUnit should display details on all issues that are triggered (default: false)
  • failOnAllIssues attribute on the <phpunit> element of the XML configuration file and --fail-on-all-issues CLI option for controlling whether PHPUnit should fail on all issues that are triggered (default: false)
Changed
  • #​5956: Improved handling of deprecated E_STRICT constant
Fixed
  • #​6192: Positive %a and %A matches are not ignored from diff when EXPECTF fails

How to install or update PHPUnit


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 09c8f85 to 97305bd Compare May 24, 2025 19:35
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.20 chore(deps): update dependency phpunit/phpunit to v11.5.21 May 24, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 97305bd to a439bac Compare June 7, 2025 12:16
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.21 chore(deps): update dependency phpunit/phpunit to v11.5.22 Jun 7, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from a439bac to d4d4870 Compare June 15, 2025 08:15
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.22 chore(deps): 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 d4d4870 to 4faf25b Compare June 28, 2025 07:59
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.23 chore(deps): update dependency phpunit/phpunit to v11.5.25 Jun 28, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 4faf25b to 70e9788 Compare July 6, 2025 00:08
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.25 chore(deps): update dependency phpunit/phpunit to v11.5.26 Jul 6, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 70e9788 to da25ae1 Compare July 13, 2025 15:58
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.26 chore(deps): update dependency phpunit/phpunit to v11.5.27 Jul 13, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from da25ae1 to d28a4b4 Compare August 4, 2025 22:40
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.27 chore(deps): update dependency phpunit/phpunit to v11.5.28 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from d28a4b4 to f93b398 Compare August 10, 2025 04:01
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.28 chore(deps): 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 f93b398 to 817ca33 Compare August 11, 2025 03:24
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.29 chore(deps): update dependency phpunit/phpunit to v11.5.30 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 817ca33 to 91db978 Compare August 15, 2025 07:51
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.30 chore(deps): update dependency phpunit/phpunit to v11.5.32 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 91db978 to 1ee2d51 Compare August 17, 2025 00:06
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.32 chore(deps): update dependency phpunit/phpunit to v11.5.33 Aug 17, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 1ee2d51 to 802fd73 Compare August 23, 2025 07:39
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.33 chore(deps): update dependency phpunit/phpunit to v11.5.34 Aug 23, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 802fd73 to c07b220 Compare September 1, 2025 12:07
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.34 chore(deps): update dependency phpunit/phpunit to v11.5.35 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from c07b220 to a639319 Compare September 4, 2025 22:33
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.35 chore(deps): update dependency phpunit/phpunit to v11.5.36 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from a639319 to 0f88ad9 Compare September 14, 2025 15:21
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.36 chore(deps): 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 0f88ad9 to ad7b8be Compare September 24, 2025 19:41
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.39 chore(deps): 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 ad7b8be to 22e1a38 Compare September 30, 2025 04:01
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.41 chore(deps): update dependency phpunit/phpunit to v11.5.42 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 22e1a38 to f37a2d2 Compare November 2, 2025 00:12
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.42 chore(deps): update dependency phpunit/phpunit to v11.5.43 Nov 2, 2025
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.43 chore(deps): update dependency phpunit/phpunit to v11.5.44 Nov 16, 2025
@renovate
Copy link
Author

renovate bot commented Nov 16, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update phpunit/phpunit:11.5.51 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - vimeo/psalm is locked to version 6.10.2 and an update of this package was not requested.
    - vimeo/psalm 6.10.2 requires php ~8.1.31 || ~8.2.27 || ~8.3.16 || ~8.4.3 -> your php version (8.5.2) does not satisfy that requirement.
  Problem 2
    - laravel/framework is locked to version v12.10.2 and an update of this package was not requested.
    - laravel/framework v12.10.2 requires league/commonmark ^2.6 -> satisfiable by league/commonmark[2.6.2].
    - league/commonmark 2.6.2 requires league/config ^1.1.1 -> satisfiable by league/config[v1.2.0].
    - league/config v1.2.0 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.3.2].
    - nette/schema v1.3.2 requires php 8.1 - 8.4 -> your php version (8.5.2) does not satisfy that requirement.


@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.44 chore(deps): update dependency phpunit/phpunit to v11.5.45 Dec 1, 2025
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.45 chore(deps): update dependency phpunit/phpunit to v11.5.46 Dec 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.46 chore(deps): update dependency phpunit/phpunit to v11.5.47 Jan 15, 2026
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.47 chore(deps): update dependency phpunit/phpunit to v11.5.48 Jan 17, 2026
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.48 chore(deps): update dependency phpunit/phpunit to v11.5.49 Jan 25, 2026
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.49 chore(deps): update dependency phpunit/phpunit to v11.5.50 Jan 28, 2026
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.5.50 chore(deps): update dependency phpunit/phpunit to v11.5.51 Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants