Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) 10.5.46 -> 10.5.58 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v10.5.58: PHPUnit 10.5.58

Compare Source

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

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] 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.

v10.5.57: PHPUnit 10.5.57

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] 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.

v10.5.56: PHPUnit 10.5.56

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] 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.

v10.5.55: PHPUnit 10.5.55

Compare Source

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

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] 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.

v10.5.54: PHPUnit 10.5.54

Compare Source

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

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] 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.

v10.5.53

Compare Source

v10.5.52: PHPUnit 10.5.52

Compare Source

Changed
  • #​6321: Allow error_reporting=E_ALL for --check-php-configuration

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] 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.

v10.5.51: PHPUnit 10.5.51

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 10.5 is not compatible with its structure for PHPUnit 8.5 and PHPUnit 9.6

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] 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.

v10.5.50: PHPUnit 10.5.50

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 10.5 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] 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.

v10.5.49: PHPUnit 10.5.49

Compare Source

Added
  • #​6297: --check-php-configuration CLI option for checking whether PHP is configured for testing
Fixed
  • Errors due to invalid data provided using #[TestWith] or #[TestWithJson] attributes are now properly reported

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

Keep up to date with PHPUnit:
  • You can follow @​[email protected] 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.

v10.5.48: PHPUnit 10.5.48

Compare Source

Fixed
  • #​6254: defects,randomconfiguration is supported by implementation, but it is not allowed by the XML configuration file schema

How to install or update PHPUnit

v10.5.47: PHPUnit 10.5.47

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 - 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 changed the title Update dependency phpunit/phpunit to v10.5.47 Update dependency phpunit/phpunit to v10.5.48 Jul 12, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 4e5b8b0 to ff48918 Compare July 12, 2025 12:05
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.48 Update dependency phpunit/phpunit to v10.5.49 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from ff48918 to 9d8a77b Compare August 10, 2025 03:32
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.49 Update dependency phpunit/phpunit to v10.5.50 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 9d8a77b to 1be1515 Compare August 12, 2025 00:07
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.50 Update dependency phpunit/phpunit to v10.5.51 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 1be1515 to 49931b4 Compare August 15, 2025 12:14
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.51 Update dependency phpunit/phpunit to v10.5.52 Aug 16, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 49931b4 to 68e215b Compare August 16, 2025 23:10
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 68e215b to b4b74e7 Compare August 24, 2025 03:11
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.52 Update dependency phpunit/phpunit to v10.5.53 Aug 24, 2025
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.53 Update dependency phpunit/phpunit to v10.5.55 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from b4b74e7 to b04d4ef Compare September 15, 2025 03:26
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from b04d4ef to 557bf73 Compare September 23, 2025 07:30
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.55 Update dependency phpunit/phpunit to v10.5.56 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 557bf73 to 638f257 Compare September 25, 2025 03:30
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.56 Update dependency phpunit/phpunit to v10.5.57 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-10.x-lockfile branch from 638f257 to 40bf4d3 Compare September 30, 2025 07:35
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.57 Update dependency phpunit/phpunit to v10.5.58 Sep 30, 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.

1 participant