Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2025

This PR contains the following updates:

Package Change Age Confidence
infection/infection ^0.29.14 -> ^0.31.1 age confidence
phpunit/phpunit (source) ^12.2.2 -> ^12.3.0 age confidence

Release Notes

infection/infection (infection/infection)

v0.31.1: Cleanup old PHPUnit cache files in Infection tmp directory

Compare Source

Added:

Internal:

Full Changelog: infection/infection@0.31.0...0.31.1

v0.31.0

Compare Source

Changed:

Fixed:

Internal:

Backward Compatibility Break

This version introduces BC Break. Do the following:

  1. If you used Infection for all the code, including uncovered, like bin/infection, now you need to add --with-uncovered, because by default, Infection doesn't mutate uncovered code anymore
- bin/infection
+ bin/infection --with-uncovered
  1. If you used Infection for the only code covered by tests, like bin/infection --only-covered, you need to remove this option because now this is a default behavior and this options has been removed
- bin/infection --only-covered
+ bin/infection
  1. If you used Infection for all the code, including uncovered, but now you want to mutated only covered code, do nothing (default behavior has been changed)

v0.30.3

Compare Source

Added:

Changed:

Fixed:

Internal:

Full Changelog: infection/infection@0.30.2...0.30.3

v0.30.2

Compare Source

Added:

Changed:

Fixed:

Internal:

Full Changelog: infection/infection@0.30.2...0.30.3

v0.30.1

Compare Source

Changed:

Internal:

Full Changelog: infection/infection@0.30.1...0.30.2

v0.30.0

Compare Source

Changed:

Fixed:

Internal:

Full Changelog

sebastianbergmann/phpunit (phpunit/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


Configuration

📅 Schedule: Branch creation - Every 3 hours, between 06:00 AM and 10:59 PM, Monday through Friday ( * 6-22/3 * * 1-5 ), Every 3 hours, between 12:00 PM and 11:59 PM, only on Sunday and Saturday ( * 12-23/3 * * 0,6 ) in timezone Europe/Amsterdam, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Jun 20, 2025
@renovate renovate bot requested a review from WyriHaximus as a code owner June 20, 2025 19:05
@renovate renovate bot added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Jun 20, 2025
Copy link

github-actions bot commented Jun 20, 2025

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
infection/infection Upgraded 0.29.14 0.31.1 Compare
myclabs/deep-copy Upgraded 1.13.1 1.13.4 Compare
phpunit/php-code-coverage Upgraded 12.3.0 12.3.2 Compare
phpunit/phpunit Upgraded 12.2.2 12.3.0 Compare
psr/clock New - 1.0.0 Compare
psr/container Upgraded 1.1.0 2.0.2 Compare
sanmai/di-container New - 0.1.5 Compare
sanmai/duoclock New - 0.1.1 Compare
sanmai/later Upgraded 0.1.1 0.1.7 Compare
sanmai/pipeline Upgraded v5.1.0 7.1 Compare
sebastian/comparator Upgraded 7.0.1 7.1.0 Compare
symfony/service-contracts Upgraded v2.5.0 v3.6.0 Compare

@github-actions github-actions bot added this to the 7.6.0 milestone Jun 20, 2025
@renovate renovate bot changed the title Update dependency phpunit/phpunit to ^12.2.3 Update dependency phpunit/phpunit to ^12.2.4 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/phpunit branch from f3711a3 to d974b38 Compare June 26, 2025 18:08
@renovate renovate bot changed the title Update dependency phpunit/phpunit to ^12.2.4 Update dependency phpunit/phpunit to ^12.2.5 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/phpunit branch 2 times, most recently from 4a791a6 to dd83e48 Compare July 3, 2025 01:04
@renovate renovate bot changed the title Update dependency phpunit/phpunit to ^12.2.5 Update PHPUnit Jul 3, 2025
@renovate renovate bot force-pushed the renovate/phpunit branch 7 times, most recently from 9a11141 to 54446b6 Compare July 5, 2025 17:46
@WyriHaximus WyriHaximus removed this from the 7.6.0 milestone Jul 5, 2025
@github-actions github-actions bot added this to the 7.6.0 milestone Jul 5, 2025
@renovate renovate bot force-pushed the renovate/phpunit branch 7 times, most recently from 579bacf to 8a16186 Compare July 13, 2025 13:43
@renovate renovate bot force-pushed the renovate/phpunit branch 3 times, most recently from 3e911be to 00df3aa Compare July 20, 2025 08:25
@renovate renovate bot force-pushed the renovate/phpunit branch from 00df3aa to 12f48bb Compare July 20, 2025 21:14
@renovate renovate bot force-pushed the renovate/phpunit branch 7 times, most recently from 8f9385d to ca91d24 Compare August 1, 2025 07:47
@renovate renovate bot force-pushed the renovate/phpunit branch from ca91d24 to a19a611 Compare August 4, 2025 16:06
@WyriHaximus WyriHaximus deleted the renovate/phpunit branch August 16, 2025 19:39
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