All notable changes of the PHPUnit 6.2 release series are documented in this file using the Keep a CHANGELOG principles.
6.2.3 - 2017-07-03
- Fixed #2705:
stderrparameter inphpunit.xmlalways consideredtrue
6.2.2 - 2017-06-13
- Fixed #2703:
RiskyTestErrorclass is not declared in the correct namespace
6.2.1 - 2017-06-02
- Rolled back the change that when
beStrictAboutCoversAnnotation="true"is configured or--strict-coverageis used then a test is now also marked as risky when it specifies units of code using@coversor@usesthat are not executed by the test
6.2.0 - 2017-06-02
- Implemented #2642: Support counting non-
IteratorTraversableobjects - Implemented #2664: Add
@runClassInSeparateProcessannotation to execute all tests of a class in a single, separate process - Implemented #2666: Allow using a
Traversableas data provider (not onlyIterator) - Implemented #2670: Add support for disabling the conversion of
E_DEPRECATEDto exceptions - Implemented #2692: Add
--no-loggingoption to disable logging
- Implemented #2689: Unpack nested
IteratorAggregateobjects forCountconstraint - When
beStrictAboutCoversAnnotation="true"is configured or--strict-coverageis used then a test is now also marked as risky when it specifies units of code using@coversor@usesthat are not executed by the test