Bumps phpunit/phpunit from 11.5.21 to 12.5.22.
Release notes
Sourced from phpunit/phpunit's releases.
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:
- You can follow
@phpunit@phpc.social 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.
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:
- You can follow
@phpunit@phpc.social 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.
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
- #6587:
failOnEmptyTestSuite="false" in phpunit.xml is ignored when --group/--filter/--testsuite matches no tests
- #6588: Order of issue baseline entries is not canonicalized
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
- You can follow
@phpunit@phpc.social 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.
PHPUnit 12.5.19
Fixed
... (truncated)
Changelog
Sourced from phpunit/phpunit's changelog.
[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
- #4793: Exit with non-zero exit code when
exit was called from some test
Fixed
- #5881:
colors="true" in XML configuration file does not unconditionally enable colored output
- #6019:
--migrate-configuration does not update schema location when XML content already validates against current schema
- #6372: Assertion failure inside
willReturnCallback() is silently swallowed when code under test catches exceptions
... (truncated)
Commits
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 from 11.5.21 to 12.5.22.
Release notes
Sourced from phpunit/phpunit's releases.
... (truncated)
Changelog
Sourced from phpunit/phpunit's changelog.
... (truncated)
Commits
e076674Prepare release3999b57Reject "name=value" INI settings whose value contains a line-break character18d46b5Add test for PHP setting without value5703e0aUpdate ChangeLoge15d0d3Refactorf9fb465Only quote INI value when it contains ; or " (preserve On/Off semantics)1afa115Quote PHP -d INI values so regex characters like " and ; survived54e2d8Closes #65906dc2767Merge branch '11.5' into 12.5eadb9cfClean up after sebastianbergmann/phpunit#6288...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.