Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.01 KB

File metadata and controls

14 lines (9 loc) · 1.01 KB

Changes in PHPUnit 9.6

All notable changes of the PHPUnit 9.6 release series are documented in this file using the Keep a CHANGELOG principles.

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