Skip to content

Update dependency phpunit/phpunit to v13#1317

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

Update dependency phpunit/phpunit to v13#1317
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/phpunit-phpunit-13.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) ^12.5.4^13.0.0 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v13.0.2

Compare Source

v13.0.1

Compare Source

v13.0.0: PHPUnit 13.0.0

Compare Source

Added
  • #​6450: TestCase::invokeTestMethod() method for customizing test method invocation
  • #​6455: withParameterSetsInOrder() and withParameterSetsInAnyOrder() for expecting calls to the same method of a mock object but with different arguments
  • #​6466: Sealed test doubles
  • #​6468: Configuration option to require sealed mock objects
  • #​6477: assertArraysAreIdentical(), assertArraysAreIdenticalIgnoringOrder(), assertArraysHaveIdenticalValues(), assertArraysHaveIdenticalValuesIgnoringOrder(), assertArraysAreEqual(), assertArraysAreEqualIgnoringOrder(), assertArraysHaveEqualValues(), and assertArraysHaveEqualValuesIgnoringOrder() assertions
  • --test-files-file <file> CLI option to configure a file that contains the paths to the test files to be loaded (one file per line); use this when using CLI arguments is not an option due to argument length limitations
Deprecated
  • #​6461: any() matcher (hard deprecation)
Removed
  • #​6054: Assert::isType()
  • #​6057: assertContainsOnly() and assertNotContainsOnly()
  • #​6061: containsOnly()
  • #​6076: Support for PHP 8.3
  • #​6141: testClassName() method on event value objects for hook methods called for test methods
  • #​6230: Configuration::includeTestSuite() and Configuration::excludeTestSuite()
  • #​6241: --dont-report-useless-tests CLI option
  • #​6247: Support for using #[CoversNothing] on a test method
  • #​6285: #[RunClassInSeparateProcess] attribute
  • #​6356: Support for version constraint string argument without explicit version comparison operator

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

Keep up to date with 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
Copy link
Contributor Author

renovate bot commented Feb 8, 2026

⚠️ 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:13.0.2 --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
    - Root composer.json requires phpunit/phpunit ^13.0.0, found phpunit/phpunit[dev-main, 13.0.0, ..., 13.1.x-dev (alias of dev-main)] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - digitalrevolution/accessorpair-constraint is locked to version v2.7.1 and an update of this package was not requested.
    - digitalrevolution/accessorpair-constraint v2.7.1 requires phpunit/phpunit ^10.0 || ^11.0 || ^12.0 -> found phpunit/phpunit[10.0.0, ..., 10.5.x-dev, 11.0.0, ..., 11.5.x-dev, 12.0.0, ..., 12.5.x-dev] but it conflicts with your root composer.json require (^13.0.0).
  Problem 3
    - digitalrevolution/phpunit-extensions is locked to version v1.13.2 and an update of this package was not requested.
    - digitalrevolution/phpunit-extensions v1.13.2 requires phpunit/phpunit ^10.0 || ^11.0 || ^12.0 || ^13.0 -> found phpunit/phpunit[dev-main, 10.0.0, ..., 10.5.x-dev, 11.0.0, ..., 11.5.x-dev, 12.0.0, ..., 12.5.x-dev, 13.0.0, ..., 13.1.x-dev (alias of dev-main)] but these were not loaded, likely because it conflicts with another require.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-13.x branch 21 times, most recently from 70c58b3 to d568d2c Compare February 14, 2026 17:55
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-13.x branch 3 times, most recently from 43e8c0b to c989edf Compare February 15, 2026 19:10
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-13.x branch from c989edf to b16a480 Compare February 15, 2026 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants