Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.07 KB

ChangeLog-6.4.md

File metadata and controls

23 lines (13 loc) · 1.07 KB

Changes in PHPUnit 6.4

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

Added

  • 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 custom Comparator implementations for use with assertEquals() that are automatically unregistered after the test
  • Added TestListenerDefaultImplementation trait that provides empty implementations of the TestListener methods

Changed

  • The PHPUnit\Framework\BaseTestListener class is now deprecated

Fixed

  • Fixed #2750: Useless call to array_map()