Skip to content

Conversation

@renovate-runner
Copy link
Contributor

@renovate-runner renovate-runner bot commented Nov 13, 2025

This PR contains the following updates:

Package Change Age Confidence
phpunit/phpunit (source) ^12.4.2 -> ^12.5.3 age confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v12.5.3: PHPUnit 12.5.3

Compare Source

Changed
  • The message emitted when a test method creates a mock object but does not configure any expectations for it has been improved

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v12.5.2: PHPUnit 12.5.2

Compare Source

Added
  • Attribute #[AllowMockObjectsWithoutExpectations] for excluding tests from the check that emits the notice for test methods that create a mock object but do not configure an expectation for it

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v12.5.1: PHPUnit 12.5.1

Compare Source

Added
  • TestCase::getStubBuilder() (analogous to TestCase::getMockBuilder()) for creating (partial) test stubs using a fluent API

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v12.5.0: PHPUnit 12.5.0

Compare Source

Added
  • #​6376: --all CLI option to ignore test selection configured in XML configuration file
  • #​6422: Make <source> element in XML code coverage report optional
Changed
  • #​6380: Allow Throwable in expectExceptionObject()
  • A PHPUnit notice is now emitted for test methods that create a mock object but do not configure an expectation for it

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v12.4.5: PHPUnit 12.4.5

Compare Source

Changed
  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6
Fixed
  • #​6426: Fix migration of configuration without schema location

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v12.4.4: PHPUnit 12.4.4

Compare Source

Fixed
  • #​6408: Exception in a data provider method leads to internal PHPUnit error
  • #​6410: Test runner's shutdown handler is called in system-under-test's child process

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v12.4.3: PHPUnit 12.4.3

Compare Source

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

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for 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 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 has been generated by Renovate Bot.

@renovate-runner renovate-runner bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Nov 13, 2025
@github-actions
Copy link

github-actions bot commented Nov 13, 2025

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
nikic/php-parser Upgraded v5.6.1 v5.7.0 Compare
phpunit/php-code-coverage Upgraded 12.4.0 12.5.1 Compare
phpunit/phpunit Upgraded 12.4.2 12.5.3 Compare
theseer/tokenizer Upgraded 1.2.3 2.0.1 Compare

@github-actions github-actions bot added this to the 10.7.0 milestone Nov 13, 2025
@renovate-runner renovate-runner bot force-pushed the renovate/phpunit branch 3 times, most recently from d7f2126 to 2fbb726 Compare November 21, 2025 08:05
@renovate-runner renovate-runner bot changed the title Update dependency phpunit/phpunit to ^12.4.3 Update dependency phpunit/phpunit to ^12.4.4 Nov 21, 2025
@renovate-runner renovate-runner bot changed the title Update dependency phpunit/phpunit to ^12.4.4 Update dependency phpunit/phpunit to ^12.4.4 - autoclosed Nov 24, 2025
@renovate-runner renovate-runner bot closed this Nov 24, 2025
@renovate-runner renovate-runner bot deleted the renovate/phpunit branch November 24, 2025 09:09
@renovate-runner renovate-runner bot changed the title Update dependency phpunit/phpunit to ^12.4.4 - autoclosed Update dependency phpunit/phpunit to ^12.4.4 Nov 24, 2025
@renovate-runner renovate-runner bot reopened this Nov 24, 2025
@renovate-runner renovate-runner bot force-pushed the renovate/phpunit branch 2 times, most recently from 2fbb726 to c9a6f0f Compare November 24, 2025 10:06
@renovate-runner renovate-runner bot changed the title Update dependency phpunit/phpunit to ^12.4.4 Update dependency phpunit/phpunit to ^12.4.5 Dec 1, 2025
@renovate-runner renovate-runner bot changed the title Update dependency phpunit/phpunit to ^12.4.5 Update dependency phpunit/phpunit to ^12.5.0 Dec 5, 2025
@renovate-runner renovate-runner bot force-pushed the renovate/phpunit branch 2 times, most recently from 365bec4 to c9cd99f Compare December 6, 2025 13:15
@renovate-runner renovate-runner bot changed the title Update dependency phpunit/phpunit to ^12.5.0 Update dependency phpunit/phpunit to ^12.5.1 Dec 6, 2025
@renovate-runner renovate-runner bot changed the title Update dependency phpunit/phpunit to ^12.5.1 Update dependency phpunit/phpunit to ^12.5.2 Dec 8, 2025
@renovate-runner renovate-runner bot changed the title Update dependency phpunit/phpunit to ^12.5.2 Update dependency phpunit/phpunit to ^12.5.3 Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies 📦 Pull requests that update a dependency file JSON 👨‍💼 PHP 🐘 Hypertext Pre Processor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant