All notable changes of the PHPUnit 8.5 release series are documented in this file using the Keep a CHANGELOG principles.
8.5.0 - 2019-12-06
- Implemented #3911: Support combined use of
addMethods()
andonlyMethods()
- Implemented #3949: Introduce specialized assertions
assertFileEqualsCanonicalizing()
,assertFileEqualsIgnoringCase()
,assertStringEqualsFileCanonicalizing()
,assertStringEqualsFileIgnoringCase()
,assertFileNotEqualsCanonicalizing()
,assertFileNotEqualsIgnoringCase()
,assertStringNotEqualsFileCanonicalizing()
, andassertStringNotEqualsFileIgnoringCase()
as alternative to usingassertFileEquals()
etc. with optional parameters