Skip to content

Update dependency phpunit/phpunit to v12.5.30#23

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/phpunit-phpunit-12.x
Open

Update dependency phpunit/phpunit to v12.5.30#23
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/phpunit-phpunit-12.x

Conversation

@renovate

@renovate renovate Bot commented Mar 19, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
phpunit/phpunit (source) 12.0.812.5.30 age confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v12.5.30

Compare Source

v12.5.29

Compare Source

v12.5.28: PHPUnit 12.5.28

Compare Source

Fixed
  • #​6681: XML assertions such as assertXmlStringEqualsXmlString() regressed into treating comments as significant

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

Keep up to date with PHPUnit:

v12.5.27: PHPUnit 12.5.27

Compare Source

Fixed
  • #​6673: Empty PHP settings from the parent process override per-test -d settings 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.26

Compare Source

Fixed
  • PHP setting values containing = need to be quoted before forwarding via -d

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

Keep up to date with PHPUnit:

v12.5.25: PHPUnit 12.5.25

Compare Source

Changed
  • A Test or Tests prefix is no longer stripped from class names when they are processed for TestDox output
Fixed
  • #​6605: Data set names and provider values containing Unicode bidirectional control characters distort terminal output
  • #​6610: Per-testsuite bootstrap script not loaded in process isolation
  • TestDox output collapsed separate test classes into a single group when their prettified class names matched

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

Keep up to date with PHPUnit:

v12.5.24: PHPUnit 12.5.24

Compare Source

Added
  • #​6596: Backport TestCase::invokeTestMethod() method for customizing test method invocation from PHPUnit 13
Fixed
  • #​6595: Crash when before-class or after-class method fails with assertion failure
  • #​6599: TeamCity logger does not wrap failures in before-test methods with testStarted and testFinished
  • #​6601: Anonymous classes are not rejected with a clear error when creating a test double
  • MockBuilder::setMockClassName() and TestStubBuilder::setStubClassName() now reject values that are not valid unqualified PHP class identifiers, throwing the new InvalidClassNameException
  • The regular expression used by Generator::ensureValidMethods() to validate method names passed to MockBuilder::onlyMethods() and addMethods() was not anchored, so any string containing a valid identifier substring (including strings with parentheses, braces, comments, or newlines) was accepted

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

Keep up to date with PHPUnit:

v12.5.23: PHPUnit 12.5.23

Compare Source

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:

v12.5.22

Compare Source

v12.5.21

Compare Source

v12.5.20

Compare Source

v12.5.19: PHPUnit 12.5.19

Compare Source

Fixed
  • Regression in XML configuration migration introduced in PHPUnit 12.5.8

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

Keep up to date with PHPUnit:

v12.5.18: PHPUnit 12.5.18

Compare Source

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

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

Keep up to date with PHPUnit:

v12.5.17: PHPUnit 12.5.17

Compare Source

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
  • #​6464: Process isolation template unconditionally calls set_include_path()
  • #​6571: Static analysis errors for TestDoubleBuilder method chaining

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

Keep up to date with PHPUnit:

v12.5.16: PHPUnit 12.5.16

Compare Source

Added
  • #​6547: Support for %r...%r in EXPECTF section
Fixed
  • #​6025: FILE_EXTERNAL breaks __DIR__
  • #​6351: No warning when the same test runner extension is configured more than once
  • #​6433: Logic in TestSuiteLoader is brittle and causes "Class FooTest not found" even for valid tests in valid filenames
  • #​6463: Process Isolation fails on non-serializable globals and quietly ignore closures

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

Keep up to date with PHPUnit:

v12.5.15: PHPUnit 12.5.15

Compare Source

Changed
  • #​4440: Improve error when configured code coverage file list is empty
  • #​6549: Allow to stub both hooks of non-virtual properties
Fixed
  • #​6529: Git "detached HEAD state" in Open Test Reporting (OTR) XML logger not handled properly
  • #​6545: Stubbing a class with set property hook leaves property uninitialized by default
  • The RegularExpression and StringMatchesFormatDescription did not handle preg_match() errors such as Compilation failed: regular expression is too large

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

Keep up to date with PHPUnit:

v12.5.14: PHPUnit 12.5.14

Compare Source

Fixed
  • #​6521: Performance regression in PHPUnit 11.5.54, PHPUnit 12.5.13, and PHPUnit 13.0.4

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

Keep up to date with PHPUnit:

v12.5.13: PHPUnit 12.5.13

Compare Source

Fixed
  • #​6489: Classification of self/direct/indirect deprecation triggers is not aligned with Symfony's bridge for PHPUnit

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

Keep up to date with PHPUnit:

v12.5.12: PHPUnit 12.5.12

Compare Source

Fixed
  • #​6511: TestDox variables out of order with named arguments
  • #​6514: <ini /> can silently fail

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

Keep up to date with PHPUnit:

v12.5.11: PHPUnit 12.5.11

Compare Source

Deprecated
  • #​6510: Deprecate using with*() on test stubs
Fixed
  • #​6503: Temporary file used by SourceMapper may be deleted prematurely when multiple PHPUnit processes run in parallel
  • #​6509: "No expectations were configured for the mock object ..." notice is emitted when with() is used without expects()

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

Keep up to date with PHPUnit:

v12.5.10: PHPUnit 12.5.10

Compare Source

Fixed
  • #​6495: Source map for issue trigger identification is regenerated in process isolation child processes

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

Keep up to date with PHPUnit:

v12.5.9: PHPUnit 12.5.9

Compare Source

Added
  • #​6488: Allow disabling issue trigger identification for improved performance
Fixed
  • #​6486: Incorrect file name reported for errors for test methods declared in traits
  • #​6490: Incorrect test count when tests are skipped in before-class method

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

Keep up to date with PHPUnit:

v12.5.8: PHPUnit 12.5.8

Compare Source

Changed
  • To prevent Poisoned Pipeline Execution (PPE) attacks using prepared .coverage files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs

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

Keep up to date with PHPUnit:

v12.5.7: PHPUnit 12.5.7

Compare Source

Fixed
  • #​6362: Manually instantiated test doubles are broken since PHPUnit 11.2
  • #​6470: Infinite recursion in Count::getCountOf() for unusal implementations of Iterator or IteratorAggregate

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

Keep up to date with PHPUnit:

v12.5.6: PHPUnit 12.5.6

Compare Source

Changed

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

Keep up to date with PHPUnit:

v12.5.5: PHPUnit 12.5.5

Compare Source

Deprecated
  • #​6461: any() matcher (soft deprecation)
Fixed
  • #​6470: Mocking a class with a property hook setter accepting more types than the property results in a fatal error

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

Keep up to date with PHPUnit:

v12.5.4: PHPUnit 12.5.4

Compare Source

Changed
  • The #[AllowMockObjectsWithoutExpectations] attribute can now be used on the method level
Fixed
  • #​6446: Test runner crashes with Timer::start() has to be called before Timer::stop()

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

Keep up to date with 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:

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:

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:

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:

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:

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:

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:

v12.4.2: PHPUnit 12.4.2

Compare Source

Changed
  • Skipped tests alone no longer lead to a yellow background for the test result summary
Fixed
  • #​6391: Errors during backup of global variables and static properties are not reported

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

Keep up to date with PHPUnit:

v12.4.1: PHPUnit 12.4.1

Compare Source

Fixed
  • #​6364: --filter format used by PhpStorm stopped working
  • #​6378: Wrong method name passed to DataProviderMethodCalled event value object

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

Keep up to date with PHPUnit:

v12.4.0: PHPUnit 12.4.0

Compare Source

Added
  • #​6277: Allow tests to opt out of the validation that a data provider method does not provide data sets with more values than a test method accepts
  • #​6341: Support for regular expressions with #[IgnoreDeprecations] attribute
  • #​6354: Invokable constraints
Deprecated
  • #​6284: #[RunClassInSeparateProcess] attribute
  • #​6355: Support for version constraint string argument without explicit version comparison operator

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

Keep up to date with PHPUnit:

v12.3.15: PHPUnit 12.3.15

Compare Source

Fixed
  • #​6368: failOnPhpunitWarning="false" has no effect

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

Keep up to date with PHPUnit:

v12.3.14: PHPUnit 12.3.14

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

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

Keep up to date with PHPUnit:

v12.3.13: PHPUnit 12.3.13

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

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

Keep up to date with PHPUnit:

v12.3.12: PHPUnit 12.3.12

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

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

Keep up to date with PHPUnit:

v12.3.11: PHPUnit 12.3.11

Compare Source

Changed
  • #​6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

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

Keep up to date with PHPUnit:

v12.3.10: PHPUnit 12.3.10

Compare Source

Changed
  • #​6353: Disable performance optimization for tests requiring Xdebug
  • #​6357: Also collect E_DEPRECATED issues when building the test suite

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

Keep up to date with PHPUnit:

v12.3.9: PHPUnit 12.3.9

Compare Source

Changed
  • Do not use __sleep() method (which will be deprecated in PHP 8.5)

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

Keep up to date with PHPUnit:

v12.3.8: PHPUnit 12.3.8

Compare Source

Fixed
  • #​6340: Implicitly enabled display of deprecation details is not disabled when it should be

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

Keep up to date with PHPUnit:

v12.3.7: PHPUnit 12.3.7

Compare Source

Changed
  • #[IgnorePhpunitDeprecations] is now considered for test runner deprecations (where applicable)

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

Keep up to date with PHPUnit:

v12.3.6

Compare Source

v12.3.5: PHPUnit 12.3.5

Compare Source

Changed
  • #​6319: Detect premature end of PHPUnit's main PHP process
  • #​6321: Allow error_reporting=E_ALL for --check-php-configuration
Fixed
  • #​5863: TestDox printer does not show previous exception
  • #​6102: expectUserDeprecationMessage*() fails when test is run in separate process

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

Keep up to date with PHPUnit:

v12.3.4: PHPUnit 12.3.4

Compare Source

Changed
  • #​6308: Improve output of --check-php-configuration
  • The version number for the test result cache file has been incremented to reflect that its structure for PHPUnit 12.3 is not compatible with its structure for PHPUnit 8.5 and PHPUnit 9.6
Fixed
  • #​6197: ini_set('error_log') sets filepath outside open_basedir
  • #​6279: Deprecation triggered in data provider method affects all test methods using that data provider method
  • #​6281: Exceptions raised in after-test method are not reported for skipped tests

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

Keep up to date with PHPUnit:

v12.3.3: PHPUnit 12.3.3

Compare Source

Fixed
  • #​6304: PHPUnit 11.5.29 hangs when a test runner deprecation is triggered and process isolation is used (this reverts "#[IgnorePhpunitDeprecations] is now considered for test runner deprecations" from PHPUnit 12.3.1)

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

Keep up to date with PHPUnit:

v12.3.2: PHPUnit 12.3.2

Compare Source

Changed
  • #​6300: Emit warning when the name of a data provider method begins with test
  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

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

Keep up to date with PHPUnit:

v12.3.1: PHPUnit 12.3.1

Compare Source

Added
  • #​6297: --check-php-configuration CLI option for checking whether PHP is configured for testing
Changed
  • #[IgnorePhpunitDeprecations] is now considered for test runner deprecations (where applicable)
Fixed
  • #​6160: Baseline file in a subdirectory contains absolute paths
  • #​6294: Silent failure of PHP fatal errors
  • Errors due to invalid data provided using #[TestWith] or #[TestWithJson] attributes are now properly reported
  • The DataProviderMethodFinished event is now also emitted when the provided data set has an invalid key

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

Keep up to date with PHPUnit:

v12.3.0: PHPUnit 12.3.0

Compare Source

Added
  • #​3795: Bootstrap scripts specific to test suites
  • #​6268: #[IgnorePHPUnitWarnings] attribute for ignoring PHPUnit warnings
  • #[TestDoxFormatter] and #[TestDoxFormatterExternal] attributes for configuring a custom TestDox formatter for tests that use data from data providers
  • TestRunner\ChildProcessErrored event
  • Configuration::includeTestSuites() and Configuration::excludeTestSuites()
Changed
  • #​6237: Do not run tests when code coverage analysis is requested but code coverage data cannot be collected
  • #​6272: Use @<data-set-name> format (compatible with --filter CLI option) in defect messages
  • #​6273: Warn when #[DataProvider*] attributes are mixed with #[TestWith*] attributes
Deprecated
  • #​6229: Configuration::includeTestSuite(), use Configuration::includeTestSuites() instead
  • #​6229: Configuration::excludeTestSuite(), use Configuration::excludeTestSuites() instead
  • #​6246: Using #[CoversNothing] on a test method

How to install or update PHPUnit

v12.2.9: PHPUnit 12.2.9

Compare Source

Fixed
  • #​6097: The file attribute of <testClass> node of XML test list can be wrong

How to install or update PHPUnit

v12.2.8: PHPUnit 12.2.8

Compare Source

Fixed
  • #​6274: Infinite recursion when code coverage report in OpenClover XML format is configured in XML configuration file

How to install or update PHPUnit

v12.2.7: PHPUnit 12.2.7

Compare Source

Fixed
  • #​6254: defects,randomconfiguration is supported by implementation, but it is not allowed by the XML configuration file schema
  • #​6259: Order of tests which use data from data providers is not affected by test sorting
  • #​6266: Superfluous whitespace in TestDox output when test method name has a number after the test prefix

How to install or update PHPUnit

v12.2.6: PHPUnit 12.2.6

Compare Source

Fixed
  • #​6104: Test with dependencies and data provider fails
  • #​6163: @no-named-arguments leads to static analysis errors for variadic arguments

How to install or update PHPUnit

v12.2.5: PHPUnit 12.2.5

Compare Source

Fixed
  • #​6249: No meaningful error when <testsuite> element is missing required name attribute

How to install or update PHPUnit

v12.2.4: PHPUnit 12.2.4

Compare Source

Changed
  • Including information about the Git repository (such as the commit hash and branch name) in the Open Test Reporting XML format is now an opt-in feature that can be enabled via the --include-git-information CLI option or the includeGitInformation attribute in the XML configuration file

How to install or update PHPUnit

v12.2.3: PHPUnit 12.2.3

Compare Source

Added
  • #​6236: failOnPhpunitWarning attribute on the <phpunit> element of the XML configuration file and --fail-on-phpunit-warning CLI option for controlling whether PHPUnit should fail on PHPUnit warnings (default: true)
  • #​6239: --do-not-fail-on-deprecation, --do-not-fail-on-phpunit-warning, --do-not-fail-on-phpunit-deprecation, --do-not-fail-on-empty-test-suite, --do-not-fail-on-incomplete, --do-not-fail-on-notice, --do-not-fail-on-risky, --do-not-fail-on-skipped, and --do-not-fail-on-warning CLI options
  • --do-not-report-useless-tests CLI option as a replacement for --dont-report-useless-tests
Deprecated
  • --dont-report-useless-tests CLI option (use --do-not-report-useless-tests instead)
Fixed
  • #​6243: Constraints cannot be implemented without using internal class ExpectationFailedException

How to install or update PHPUnit

v12.2.2: PHPUnit 12.2.2

Compare Source

Fixed
  • #​6222: Data Provider seems to mess up Test Dependencies
  • shortenArraysForExportThreshold XML configuration setting has no effect on all arrays exported for event-related value objects

How to install or update PHPUnit

v12.2.1: PHPUnit 12.2.1

Compare Source

Fixed
  • #​6228: Variadic test methods should not warn about too many arguments from data provider

How to install or update PHPUnit

v12.2.0: PHPUnit 12.2.0

Compare Source

Added
Experimental Support for Open Test Reporting XML

PHPUnit has supported reporting test results in the JUnit XML format for a long time. Unfortunately, there has never b

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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 renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 679628e to fd9bfe1 Compare March 23, 2025 17:55
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.0.9 Update dependency phpunit/phpunit to v12.0.10 Mar 23, 2025
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.0.10 Update dependency phpunit/phpunit to v12.1.0 Apr 4, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch 2 times, most recently from 12ca2fe to 0f7a95a Compare April 8, 2025 12:08
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.1.0 Update dependency phpunit/phpunit to v12.1.2 Apr 8, 2025
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.1.2 Update dependency phpunit/phpunit to v12.1.3 Apr 22, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 0f7a95a to 673b1d8 Compare April 22, 2025 11:03
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 673b1d8 to a816625 Compare May 2, 2025 11:07
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.1.3 Update dependency phpunit/phpunit to v12.1.4 May 2, 2025
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.1.4 Update dependency phpunit/phpunit to v12.1.5 May 11, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from a816625 to 6906ca1 Compare May 11, 2025 11:11
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.1.5 Update dependency phpunit/phpunit to v12.1.6 May 21, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 6906ca1 to 4fd95cd Compare May 21, 2025 16:52
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.1.6 Update dependency phpunit/phpunit to v12.2.0 Jun 6, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch 2 times, most recently from d601fe7 to 1f3f0c6 Compare June 7, 2025 05:29
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.2.0 Update dependency phpunit/phpunit to v12.2.1 Jun 7, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 1f3f0c6 to 927ae33 Compare June 13, 2025 06:31
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.2.1 Update dependency phpunit/phpunit to v12.2.2 Jun 13, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 927ae33 to ca42095 Compare June 20, 2025 17:58
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.2.2 Update dependency phpunit/phpunit to v12.2.3 Jun 20, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from ca42095 to 4840a5d Compare June 26, 2025 16:12
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.2.3 Update dependency phpunit/phpunit to v12.2.4 Jun 26, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 4840a5d to 4379ff9 Compare June 27, 2025 08:15
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.2.4 Update dependency phpunit/phpunit to v12.2.5 Jun 27, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 4379ff9 to 4244dd1 Compare July 4, 2025 10:12
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.2.5 Update dependency phpunit/phpunit to v12.2.6 Jul 4, 2025
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.2.6 Update dependency phpunit/phpunit to v12.2.7 Jul 11, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 4244dd1 to 96dca82 Compare July 11, 2025 05:00
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch 2 times, most recently from 83f2bf0 to 5de49b1 Compare August 12, 2025 11:59
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.3 Update dependency phpunit/phpunit to v12.3.4 Aug 12, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 5de49b1 to 566bfa1 Compare August 16, 2025 06:14
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.4 Update dependency phpunit/phpunit to v12.3.5 Aug 16, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 566bfa1 to 14d2a39 Compare August 20, 2025 16:06
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.5 Update dependency phpunit/phpunit to v12.3.6 Aug 20, 2025
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.6 Update dependency phpunit/phpunit to v12.3.7 Aug 28, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 14d2a39 to c9bc157 Compare August 28, 2025 22:03
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from c9bc157 to dfa92e0 Compare September 7, 2025 23:54
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.7 Update dependency phpunit/phpunit to v12.3.8 Sep 7, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from dfa92e0 to e6a4491 Compare September 11, 2025 09:36
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.8 Update dependency phpunit/phpunit to v12.3.9 Sep 11, 2025
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.9 Update dependency phpunit/phpunit to v12.3.10 Sep 11, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch 2 times, most recently from ae15b0e to 8390ab7 Compare September 14, 2025 09:53
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.10 Update dependency phpunit/phpunit to v12.3.11 Sep 14, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 8390ab7 to c2fc60e Compare September 21, 2025 13:43
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.11 Update dependency phpunit/phpunit to v12.3.12 Sep 21, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from c2fc60e to e9fc793 Compare September 23, 2025 10:08
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.12 Update dependency phpunit/phpunit to v12.3.13 Sep 23, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from e9fc793 to 4ec341b Compare September 24, 2025 10:43
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.13 Update dependency phpunit/phpunit to v12.3.14 Sep 24, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from 4ec341b to c3d02c8 Compare September 28, 2025 12:40
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.14 Update dependency phpunit/phpunit to v12.3.15 Sep 28, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from c3d02c8 to b89a0ab Compare October 3, 2025 05:20
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.3.15 Update dependency phpunit/phpunit to v12.4.0 Oct 3, 2025
@renovate renovate Bot force-pushed the renovate/phpunit-phpunit-12.x branch from b89a0ab to 3c2fe26 Compare October 9, 2025 19:09
@renovate renovate Bot changed the title Update dependency phpunit/phpunit to v12.4.0 Update dependency phpunit/phpunit to v12.4.1 Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants