Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 564 Bytes

ChangeLog-7.1.md

File metadata and controls

17 lines (9 loc) · 564 Bytes

Changes in PHPUnit 7.1

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

7.1.0 - 2018-04-06

Added

  • Implemented #3002: Support for test runner extensions

Changed

  • PHPUnit\Framework\Assert is no longer searched for test methods
  • ReflectionMethod::invokeArgs() is no longer used to invoke test methods