Skip to content

Bump phpunit/phpunit from 9.5.27 to 9.6.1

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

Bumps phpunit/phpunit from 9.5.27 to 9.6.1.

Changelog

Sourced from phpunit/phpunit's changelog.

9.6.1 - 2023-02-03

Fixed

  • #5073: --no-extensions CLI option only prevents extension PHARs from being loaded
  • #5160: PHPUnit 9.6 misses deprecations for assertions and constraints removed in PHPUnit 10

9.6.0 - 2023-02-03

Changed

  • #5062: Deprecate expectDeprecation(), expectDeprecationMessage(), expectDeprecationMessageMatches(), expectError(), expectErrorMessage(), expectErrorMessageMatches(), expectNotice(), expectNoticeMessage(), expectNoticeMessageMatches(), expectWarning(), expectWarningMessage(), and expectWarningMessageMatches()
  • #5063: Deprecate withConsecutive()
  • #5064: Deprecate PHPUnit\Framework\TestCase::getMockClass()
  • #5132: Deprecate Test suffix for abstract test case classes
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