All notable changes of the PHPUnit 6.1 release series are documented in this file using the Keep a CHANGELOG principles.
6.1.4 - 2017-05-22
- Version 3.0.2 of
sebastian/environmentis now required
- Fixed #2563:
phpunit --versiondoes not display version when running unsupported PHP
6.1.3 - 2017-04-29
- Fixed #2661: Inconsistent information in JUnit XML logfile for tests that use data provider
6.1.2 - 2017-04-25
- Version 3.0.1 of
sebastian/environmentis now required
6.1.1 - 2017-04-21
- Version 5.2 of
phpunit/php-code-coverageis now required - Version 3.0.0 of
sebastian/environmentis now required
6.1.0 - 2017-04-07
- 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__inSKIPIFsection of PHPT tests - Implemented #2551: Allow directory traversal in
FILE_EXTERNALsection of PHPT tests - Implemented #2579: Added
classnameattribute to JUnit XML logfile - Implemented #2623: Added support for Composer-style version constraints to
@requiresannotation
.pharfiles that are to be loaded as a PHPUnit extension must now have a validmanifest.xmlfile- Details about risky tests are now always displayed