Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2025

This PR contains the following updates:

Package Change Age Confidence
phpunit/phpunit (source) 11.5.21 -> 11.5.36 age confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v11.5.36: PHPUnit 11.5.36

Compare Source

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

Learn how to install or update PHPUnit 11.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.

v11.5.35: PHPUnit 11.5.35

Compare Source

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

Learn how to install or update PHPUnit 11.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.

v11.5.34

Compare Source

v11.5.33: PHPUnit 11.5.33

Compare Source

Changed
  • #​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 11.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.

v11.5.32: PHPUnit 11.5.32

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 11.5 is not compatible with its structure for PHPUnit 8.5 and PHPUnit 9.6
Fixed
  • #​6281: Exceptions raised in after-test method are not reported for skipped tests

Learn how to install or update PHPUnit 11.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.

v11.5.31: PHPUnit 11.5.31

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 11.5.29)

Learn how to install or update PHPUnit 11.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.

v11.5.30: PHPUnit 11.5.30

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 11.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.

v11.5.29: PHPUnit 11.5.29

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
  • 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 11.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.

v11.5.28: PHPUnit 11.5.28

Compare Source

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

How to install or update PHPUnit

v11.5.27: PHPUnit 11.5.27

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

v11.5.26: PHPUnit 11.5.26

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

v11.5.25: PHPUnit 11.5.25

Compare Source

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

How to install or update PHPUnit

v11.5.24: PHPUnit 11.5.24

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

v11.5.23: PHPUnit 11.5.23

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

v11.5.22: PHPUnit 11.5.22

Compare Source

Changed
  • Do not treat warnings differently than other issues in summary section of default output

How to install or update PHPUnit


Configuration

📅 Schedule: Branch creation - "after 6am every weekday" (UTC), Automerge - "after 7am every weekday" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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-11.x-lockfile branch from 8367744 to 02ac1d7 Compare June 13, 2025 11:40
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.22 Update dependency phpunit/phpunit to v11.5.23 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 02ac1d7 to ffda2ab Compare June 20, 2025 12:40
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.23 Update dependency phpunit/phpunit to v11.5.24 Jun 20, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from ffda2ab to 48d1539 Compare June 27, 2025 05:11
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.24 Update dependency phpunit/phpunit to v11.5.25 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 48d1539 to c77b1b9 Compare July 4, 2025 12:40
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.25 Update dependency phpunit/phpunit to v11.5.26 Jul 4, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from c77b1b9 to 5ced2dd Compare July 11, 2025 08:27
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.26 Update dependency phpunit/phpunit to v11.5.27 Jul 11, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 5ced2dd to 374a00a Compare July 31, 2025 10:10
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.27 Update dependency phpunit/phpunit to v11.5.28 Jul 31, 2025
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.28 Update dependency phpunit/phpunit to v11.5.29 Aug 9, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch 2 times, most recently from ab37d13 to 8634e5f Compare August 10, 2025 13:01
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.29 Update dependency phpunit/phpunit to v11.5.30 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 8634e5f to 1077420 Compare August 11, 2025 09:04
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.30 Update dependency phpunit/phpunit to v11.5.31 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 1077420 to 979214e Compare August 12, 2025 10:48
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.31 Update dependency phpunit/phpunit to v11.5.32 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 979214e to 0b2f9bb Compare August 16, 2025 10:06
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.32 Update dependency phpunit/phpunit to v11.5.33 Aug 16, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from 0b2f9bb to c382339 Compare August 20, 2025 16:40
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.33 Update dependency phpunit/phpunit to v11.5.34 Aug 20, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from c382339 to ecb0d89 Compare August 28, 2025 07:03
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.34 Update dependency phpunit/phpunit to v11.5.35 Aug 28, 2025
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x-lockfile branch from ecb0d89 to 9adeae1 Compare September 7, 2025 23:08
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v11.5.35 Update dependency phpunit/phpunit to v11.5.36 Sep 7, 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