- Merged #1484: Removed
lazymap
from blacklist as it is not longer used - Merged #1489: Do not send output from tests in process isolation when testing output
- Fixed #1428: Issue with Composer dependencies
- Fixed #1447: PHPT tests treat line endings inconsistently
- Fixed #1471: Output made while test is running is printed although
expectOutputString()
is used when an assertion fails
- Fixed #1468: Incomplete and
@todo
annotated tests are counted twice
- New release of PHPUnit as PHP Archive (PHAR) with updated dependencies
- Merged #1358: Implement
@expectedExceptionMessageRegExp
annotation - Merged #1360: Allow a test to identify whether it runs in isolation
- Fixed #1216: Bootstrap does not have global variables set when
--bootstrap
is specified on commandline - Fixed #1351:
TestResult
object contains serialized test class upon test failure/exception in process isolation - Fixed #1437: Risky test messages mask failures