Skip to content

Bump phpunit/phpunit from 12.5.8 to 12.5.23#73

Open
dependabot[bot] wants to merge 1 commit into4.xfrom
dependabot/composer/phpunit/phpunit-12.5.23
Open

Bump phpunit/phpunit from 12.5.8 to 12.5.23#73
dependabot[bot] wants to merge 1 commit into4.xfrom
dependabot/composer/phpunit/phpunit-12.5.23

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2026

Bumps phpunit/phpunit from 12.5.8 to 12.5.23.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 12.5.23

Changed

  • Pass LIBXML_NONET when parsing/validating XML configuration files to make explicit that no network I/O is performed
  • Verify the result file written by an isolated child process with a random nonce before deserializing it

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

Keep up to date with PHPUnit:

PHPUnit 12.5.22

Fixed

  • #6590: Silent failure when configuration file is invalid
  • #6592: INI metacharacters ; and " are not preserved when forwarding settings to child processes

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

Keep up to date with PHPUnit:

PHPUnit 12.5.21

Fixed

  • #5860: PHP CLI -d settings are not forwarded to child processes for process isolation
  • #6451: Incomplete version in RequiresPhp (e.g. <=8.5) is compared against full PHP version, causing unexpected skips

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

Keep up to date with PHPUnit:

PHPUnit 12.5.20

Fixed

  • #5993: DefaultJobRunner deadlocks on child processes that write large amounts of stderr output
  • #6465: SAPI-populated $_SERVER entries leak from parent into child process

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[12.5.23] - 2026-04-18

Changed

  • Pass LIBXML_NONET when parsing/validating XML configuration files to make explicit that no network I/O is performed
  • Verify the result file written by an isolated child process with a random nonce before deserializing it

[12.5.22] - 2026-04-17

Fixed

  • #6590: Silent failure when configuration file is invalid
  • #6592: INI metacharacters ; and " are not preserved when forwarding settings to child processes

[12.5.21] - 2026-04-16

Fixed

  • #5860: PHP CLI -d settings are not forwarded to child processes for process isolation
  • #6451: Incomplete version in RequiresPhp (e.g. <=8.5) is compared against full PHP version, causing unexpected skips

[12.5.20] - 2026-04-15

Fixed

  • #5993: DefaultJobRunner deadlocks on child processes that write large amounts of stderr output
  • #6465: SAPI-populated $_SERVER entries leak from parent into child process
  • #6587: failOnEmptyTestSuite="false" in phpunit.xml is ignored when --group/--filter/--testsuite matches no tests
  • #6588: Order of issue baseline entries is not canonicalized

[12.5.19] - 2026-04-13

Fixed

  • Regression in XML configuration migration introduced in PHPUnit 12.5.8

[12.5.18] - 2026-04-13

Fixed

  • #4571: No warning when --random-order-seed is used when test execution order is not random
  • #4975: --filter does not work when filter string starts with #
  • #5354: JUnit XML logger does not handle TestSuiteSkipped event
  • #6276: Exit with non-zero exit code when explicit test selection (--filter, --group, --testsuite) yields no tests
  • #6583: Failing output expectation skips tearDown() and handler restoration, causing subsequent tests to be marked as risky

[12.5.17] - 2026-04-08

Changed

... (truncated)

Commits
  • c54fcf3 Prepare release
  • 5b896d7 Merge branch '11.5' into 12.5
  • 0f14884 Update tools
  • b6cda1f Verify child process result file with a random nonce
  • e130965 Make it explicit that no network I/O is performed when parsing/validating XML...
  • e076674 Prepare release
  • 3999b57 Reject "name=value" INI settings whose value contains a line-break character
  • 18d46b5 Add test for PHP setting without value
  • 5703e0a Update ChangeLog
  • e15d0d3 Refactor
  • Additional commits viewable in compare view

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.5.8 to 12.5.23.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.5.23/ChangeLog-12.5.md)
- [Commits](sebastianbergmann/phpunit@12.5.8...12.5.23)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-version: 12.5.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Apr 18, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.95%. Comparing base (a0f3159) to head (c108b81).

Additional details and impacted files
@@            Coverage Diff            @@
##                4.x      #73   +/-   ##
=========================================
  Coverage     97.95%   97.95%           
  Complexity      289      289           
=========================================
  Files             8        8           
  Lines           784      784           
=========================================
  Hits            768      768           
  Misses           16       16           
Flag Coverage Δ
acceptance 69.77% <ø> (ø)
unit 94.64% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants