Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 697 Bytes

ChangeLog-7.5.md

File metadata and controls

12 lines (6 loc) · 697 Bytes

Changes in PHPUnit 7.5

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

7.5.0 - 2018-12-07

Added

  • Implemented #3340: Added assertEqualsCanonicalizing(), assertEqualsIgnoringCase(), assertEqualsWithDelta(), assertNotEqualsCanonicalizing(), assertNotEqualsIgnoringCase(), and assertNotEqualsWithDelta() as alternatives to using assertEquals() and assertNotEquals() with the $delta, $canonicalize, or $ignoreCase parameters