Skip to content

Update PHPUnit #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 13, 2025
Merged

Update PHPUnit #294

merged 1 commit into from
Jul 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2025

This PR contains the following updates:

Package Change Age Confidence
phpunit/phpunit (source) ^12.2.2 -> ^12.2.7 age confidence
wyrihaximus/test-utilities ^7.5.1 -> ^7.5.2 age confidence

Release Notes

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

WyriHaximus/php-test-utilities (wyrihaximus/test-utilities)

v7.5.2

Compare Source

7.5.2

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 1

Dependencies 📦


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

github-actions bot commented Jun 21, 2025

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
ergebnis/phpstan-rules Upgraded 2.10.4 2.10.5 Compare
myclabs/deep-copy Upgraded 1.13.1 1.13.3 Compare
phpunit/php-code-coverage Upgraded 12.3.0 12.3.1 Compare
phpunit/phpunit Upgraded 12.2.2 12.2.7 Compare
rector/rector Upgraded 2.0.18 2.1.1 Compare
sebastian/comparator Upgraded 7.0.1 7.1.0 Compare
shipmonk/dead-code-detector Upgraded 0.12.3 0.12.4 Compare
squizlabs/php_codesniffer Upgraded 3.13.1 3.13.2 Compare
wyrihaximus/coding-standard Upgraded 2.20.1 2.20.2 Compare
wyrihaximus/phpstan-rules-wrapper Upgraded 10.14.0 10.16.0 Compare
wyrihaximus/test-utilities Upgraded 7.5.1 7.5.2 Compare

@github-actions github-actions bot added this to the 9.5.0 milestone Jun 21, 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 2 times, most recently from 84f5e61 to c9bd6f1 Compare June 27, 2025 08:51
@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 from c9bd6f1 to c496511 Compare July 4, 2025 09:06
@renovate renovate bot changed the title Update dependency phpunit/phpunit to ^12.2.5 Update dependency phpunit/phpunit to ^12.2.6 Jul 4, 2025
@renovate renovate bot force-pushed the renovate/phpunit branch from c496511 to 8acd9f2 Compare July 5, 2025 18:53
@renovate renovate bot changed the title Update dependency phpunit/phpunit to ^12.2.6 Update PHPUnit Jul 5, 2025
@renovate renovate bot force-pushed the renovate/phpunit branch from 8acd9f2 to c9db37d Compare July 11, 2025 04:34
@renovate renovate bot force-pushed the renovate/phpunit branch from c9db37d to 84efee2 Compare July 13, 2025 20:35
@WyriHaximus WyriHaximus merged commit 21bc207 into master Jul 13, 2025
75 checks passed
@WyriHaximus WyriHaximus deleted the renovate/phpunit branch July 13, 2025 20:44
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