All notable changes of the PHPUnit 8.5 release series are documented in this file using the Keep a CHANGELOG principles.
8.5.2 - 2020-01-08
eval-stdin.phphas been removed, it was not used anymore since PHPUnit 7.2.7
8.5.1 - 2019-12-25
eval-stdin.phpcan now only be executed withcliandphpdbg
- Fixed #3983: Deprecation warning given too eagerly
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