Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.19 KB

ChangeLog-7.1.md

File metadata and controls

32 lines (18 loc) · 1.19 KB

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.2 - 2018-MM-DD

Fixed

  • Fixed #2830: @runClassInSeparateProcess does not work for tests that use @dataProvider

7.1.1 - 2018-04-06

Fixed

  • CliTestDoxPrinter::writeProgress() and TeamCity::writeProgress() are not compatible with ResultPrinter::writeProgress() (on PHP 7.1)

7.1.0 - 2018-04-06

Added

  • Implemented #3002: Support for test runner extensions
  • Implemented #3035: Add support for iterable in assertInternalType()

Changed

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