Skip to content

Bump phpunit/phpunit from 10.0.14 to 10.0.17

Dependabot requested to merge dependabot-composer-phpunit-phpunit-10.0.17 into main

Bumps phpunit/phpunit from 10.0.14 to 10.0.17.

Changelog

Sourced from phpunit/phpunit's changelog.

[10.0.17] - 2023-03-20

Changed

  • #5204: Register event subscribers where state is already global
  • #5285: Print complete test result (outcome and issues) when --teamcity is used

[10.0.16] - 2023-03-13

Added

  • PHPUnit\Event\Test\PrintedUnexpectedOutput and PHPUnit\Event\Test\PrintedUnexpectedOutputSubscriber (required for the fixing #5278)

Changed

  • #5276: Restore display of summary and warnings when --teamcity is used

Fixed

  • #5278: Test Runner swallows output made during test
  • #5279: StringContains constraint does not correctly handle option for ignoring line endings

[10.0.15] - 2023-03-09

Changed

  • Improved the HTML and CSS for the output of --testdox-html

Fixed

  • Fixed some inconsistencies in expectation failure messages
  • Restored errors when multiple @coversDefaultClass and/or @usesDefaultClass annotations are used
Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading