Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.73 KB

ChangeLog-6.1.md

File metadata and controls

28 lines (18 loc) · 1.73 KB

Changes in PHPUnit 6.1

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

6.1.0 - 2017-04-07

Added

  • Implemented #2437: Show previous exceptions in TeamCity logfile
  • Implemented #2533: Implement configuration option to set a default test suite
  • Implemented #2541: Implement configuration option to ignore deprecated code from code coverage
  • Implemented #2546: Render __FILE__ and __DIR__ in SKIPIF section of PHPT tests
  • Implemented #2551: Allow directory traversal in FILE_EXTERNAL section of PHPT tests
  • Implemented #2579: Added classname attribute to JUnit XML logfile
  • Implemented #2623: Added support for Composer-style version constraints to @requires annotation

Changed

  • .phar files that are to be loaded as a PHPUnit extension must now have a valid manifest.xml file
  • Details about risky tests are now always displayed

Fixed

  • Fixed #2049: Misleading error message when whitelist configuration contains paths that do not exist
  • Fixed #2472: PHPUnit\Util\Getopt uses deprecated each() function