All notable changes of the PHPUnit 6.4 release series are documented in this file using the Keep a CHANGELOG principles.
6.4.0 - 2017-10-06
- Implemented #1993: Add
--list-tests
and--list-tests-xml
options for listing all tests (without executing them) - Implemented #2780: Add support for expecting exceptions based on
Exception
objects - Added
TestCase::registerComparator()
to register customComparator
implementations for use withassertEquals()
that are automatically unregistered after the test - Added
TestListenerDefaultImplementation
trait that provides empty implementations of theTestListener
methods
- The
PHPUnit\Framework\BaseTestListener
class is now deprecated
- Fixed #2750: Useless call to
array_map()