All notable changes of the PHPUnit 7.1 release series are documented in this file using the Keep a CHANGELOG principles.
7.1.4 - 2018-04-18
- Fixed #3034:
$this->getStatus()
returnsSTATUS_PASSED
intearDown()
after unexpected exception
7.1.3 - 2018-04-13
- Fixed #3094: Faulty dependency constraint affecting
getObjectForTrait()
(failure using--prefer-lowest
)
7.1.2 - 2018-04-10
- Fixed #2830:
@runClassInSeparateProcess
does not work for tests that use@dataProvider
- Fixed #3059:
StringMatchesFormatDescription
constraint fails when matching multiline with\r\n
- Fixed #3087:
TestCase::getTestResultObject()
can returnnull
7.1.1 - 2018-04-06
CliTestDoxPrinter::writeProgress()
andTeamCity::writeProgress()
are not compatible withResultPrinter::writeProgress()
(on PHP 7.1)
7.1.0 - 2018-04-06
- Implemented #3002: Support for test runner extensions
- Implemented #3035: Add support for
iterable
inassertInternalType()
PHPUnit\Framework\Assert
is no longer searched for test methodsReflectionMethod::invokeArgs()
is no longer used to invoke test methods