Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps phpunit/phpunit from 11.5.0 to 11.5.12.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.12

Fixed

  • #5976: TestDox result printer does not display details about errors triggered in before-first-test and after-last-test methods

How to install or update PHPUnit

PHPUnit 11.5.11

Fixed

  • #6142: $expected and $actual are mixed up in failure description when assertJsonFileEqualsJsonFile() fails

How to install or update PHPUnit

PHPUnit 11.5.10

Fixed

  • #6138: Test with failed expectation on value passed to mocked method is incorrectly considered risky

How to install or update PHPUnit

PHPUnit 11.5.9

Fixed

  • #6134: Missing event when child process ends unexpectedly

How to install or update PHPUnit

PHPUnit 11.5.8

Fixed

  • A Test\PreparationFailed event is now emitted in addition to a Test\Errored event when an unexpected exception is triggered in a before-test method
  • A Test\Passed event is no longer emitted in addition to a Test\Failed or Test\Errored event when an assertion failure or an unexpected exception is triggered in an after-test method
  • A TestSuite\Finished event is now emitted when a before-first-test method errors

How to install or update PHPUnit

PHPUnit 11.5.7

Changed

  • #5951: The includeUncoveredFiles configuration option is no longer deprecated
  • #6117: Include source location information for issues triggered during test in --debug output
  • #6119: Improve message for errors that occur while parsing attributes
  • #6120: Allow negative priorities for hook methods

How to install or update PHPUnit

PHPUnit 11.5.6

Changed

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[11.5.12] - 2025-03-07

Fixed

  • #5976: TestDox result printer does not display details about errors triggered in before-first-test and after-last-test methods

[11.5.11] - 2025-03-05

Fixed

  • #6142: $expected and $actual are mixed up in failure description when assertJsonFileEqualsJsonFile() fails

[11.5.10] - 2025-02-25

Fixed

  • #6138: Test with failed expectation on value passed to mocked method is incorrectly considered risky

[11.5.9] - 2025-02-21

Fixed

  • #6134: Missing event when child process ends unexpectedly

[11.5.8] - 2025-02-18

Fixed

  • A Test\PreparationFailed event is now emitted in addition to a Test\Errored event when an unexpected exception is triggered in a before-test method
  • A Test\Passed event is no longer emitted in addition to a Test\Failed or Test\Errored event when an assertion failure or an unexpected exception is triggered in an after-test method
  • A TestSuite\Finished event is now emitted when a before-first-test method errors

[11.5.7] - 2025-02-06

Changed

  • #5951: The includeUncoveredFiles configuration option is no longer deprecated
  • #6117: Include source location information for issues triggered during test in --debug output
  • #6119: Improve message for errors that occur while parsing attributes
  • #6120: Allow negative priorities for hook methods

[11.5.6] - 2025-01-31

Changed

  • #6112: Improve performance of SourceMapper

Fixed

  • #6115: Backed enumerations with values not of type string cannot be used in customized TestDox output

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
phpunit/phpunit [>= 12.a, < 13]

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.5.0 to 11.5.12.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.5.12/ChangeLog-11.5.md)
- [Commits](sebastianbergmann/phpunit@11.5.0...11.5.12)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 17, 2025
@github-actions github-actions bot added Component: Content Author All issues that affect content author (sourcecode/apis/contentauthor) composer Pull requests that update Composer packages labels Mar 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2025

A newer version of phpunit/phpunit exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Content Author All issues that affect content author (sourcecode/apis/contentauthor) composer Pull requests that update Composer packages dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants