Update dependency phpunit/phpunit to v12.5.34 - #710
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
April 3, 2026 09:16
8f41069 to
86862e7
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
April 8, 2026 05:33
86862e7 to
b8c37cc
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
April 13, 2026 06:01
b8c37cc to
ff97f41
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
April 15, 2026 05:34
ff97f41 to
1bd4bbe
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
April 16, 2026 09:24
1bd4bbe to
07b1b23
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
2 times, most recently
from
April 18, 2026 08:49
3077991 to
0db0f81
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
2 times, most recently
from
April 20, 2026 21:05
0db0f81 to
396b645
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
May 1, 2026 13:31
396b645 to
29af66b
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
May 13, 2026 04:35
29af66b to
5e8f35e
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
May 22, 2026 07:59
5e8f35e to
b433029
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
May 25, 2026 18:07
b433029 to
278444d
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
May 27, 2026 14:09
278444d to
98e2de8
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
June 4, 2026 08:57
98e2de8 to
cbfe1c6
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
June 16, 2026 00:14
cbfe1c6 to
cd35400
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
July 6, 2026 17:01
cd35400 to
ad82a54
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
July 25, 2026 09:52
ad82a54 to
198053b
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
July 28, 2026 18:01
198053b to
fcd21cf
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
August 11, 2026 22:58
fcd21cf to
4b44927
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-phpunit-12.x-lockfile
branch
from
August 27, 2026 10:41
4b44927 to
a5cab75
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.5.14→12.5.34Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v12.5.34Compare Source
v12.5.33: PHPUnit 12.5.33Compare Source
Fixed
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.32: PHPUnit 12.5.32Compare Source
Fixed
assertArrayHasKey()does not acceptArrayAccessimplementations with a specific value type when test code is analysed with PHPStan at level 9Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.31Compare Source
v12.5.30: PHPUnit 12.5.30Compare Source
Fixed
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.29: PHPUnit 12.5.29Compare Source
Fixed
assertNotEquals()failure message says "is equal to" instead of "is not equal to" when comparing arrays or objectsexpectOutputString()andexpectOutputRegex()silently replace themselves and each otherLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.28: PHPUnit 12.5.28Compare Source
Fixed
assertXmlStringEqualsXmlString()regressed into treating comments as significantLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.27: PHPUnit 12.5.27Compare Source
Fixed
-dsettings forwarded to child processes (breaks PCOV coverage)Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.26: PHPUnit 12.5.26Compare Source
Fixed
=need to be quoted before forwarding via-dLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.25: PHPUnit 12.5.25Compare Source
Changed
TestorTestsprefix is no longer stripped from class names when they are processed for TestDox outputFixed
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.24: PHPUnit 12.5.24Compare Source
Added
TestCase::invokeTestMethod()method for customizing test method invocation from PHPUnit 13Fixed
testStartedandtestFinishedMockBuilder::setMockClassName()andTestStubBuilder::setStubClassName()now reject values that are not valid unqualified PHP class identifiers, throwing the newInvalidClassNameExceptionGenerator::ensureValidMethods()to validate method names passed toMockBuilder::onlyMethods()andaddMethods()was not anchored, so any string containing a valid identifier substring (including strings with parentheses, braces, comments, or newlines) was acceptedLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.23: PHPUnit 12.5.23Compare Source
Changed
LIBXML_NONETwhen parsing/validating XML configuration files to make explicit that no network I/O is performedLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.22: PHPUnit 12.5.22Compare Source
Fixed
;and"are not preserved when forwarding settings to child processesLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.21: PHPUnit 12.5.21Compare Source
Fixed
-dsettings are not forwarded to child processes for process isolationRequiresPhp(e.g.<=8.5) is compared against full PHP version, causing unexpected skipsLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.20: PHPUnit 12.5.20Compare Source
Fixed
DefaultJobRunnerdeadlocks on child processes that write large amounts of stderr output$_SERVERentries leak from parent into child processfailOnEmptyTestSuite="false"inphpunit.xmlis ignored when--group/--filter/--testsuitematches no testsLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.19: PHPUnit 12.5.19Compare Source
Fixed
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.18: PHPUnit 12.5.18Compare Source
Fixed
--random-order-seedis used when test execution order is not random--filterdoes not work when filter string starts with#TestSuiteSkippedevent--filter,--group,--testsuite) yields no teststearDown()and handler restoration, causing subsequent tests to be marked as riskyLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.17: PHPUnit 12.5.17Compare Source
Changed
exitwas called from some testFixed
colors="true"in XML configuration file does not unconditionally enable colored output--migrate-configurationdoes not update schema location when XML content already validates against current schemawillReturnCallback()is silently swallowed when code under test catches exceptionsset_include_path()TestDoubleBuildermethod chainingLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.16: PHPUnit 12.5.16Compare Source
Added
%r...%rinEXPECTFsectionFixed
FILE_EXTERNALbreaks__DIR__TestSuiteLoaderis brittle and causes "Class FooTest not found" even for valid tests in valid filenamesLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
v12.5.15: PHPUnit 12.5.15Compare Source
Changed
Fixed
RegularExpressionandStringMatchesFormatDescriptiondid not handlepreg_match()errors such asCompilation failed: regular expression is too largeLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.