All notable changes of the PHPUnit 4.7 release series are documented in this file using the Keep a CHANGELOG principles.
4.7.7 - 2015-07-13
New PHAR release due to updated dependencies
4.7.6 - 2015-06-30
- Fixed #1681: Code Coverage filter configuration is not passed to child processes
- Fixed #1692: Clean up
PHPUnit_Extensions_RepeatedTest
after refactoring - Fixed #1763:
@before
and@after
annotations do not work when inherited
4.7.5 - 2015-06-21
- Fixed #490: Ensure that a test can only be one of
@small
,@medium
, or@large
. - Fixed #1704: Output printed during test missing when using TAP
4.7.4 - 2015-06-18
- The
PHPUnit_Framework_Constraint_IsType
constraint now knows about thereal
type (which is an alias forfloat
) - Various work on compatibility with PHP 7
- Fixed #1749:
stopOnError
configuration setting does not work
4.7.3 - 2015-06-11
- Fixed #1317: JUnit XML logfiles does not contain warnings
- Fixed an issue where the warning that no whitelist is used is displayed when it should not
4.7.2 - 2015-06-06
New PHAR release due to updated dependencies
4.7.1 - 2015-06-05
New PHAR release due to updated dependencies
4.7.0 - 2015-06-05
- Merged #1718: Support for
--INI--
section in PHPT tests
- Tests not annotated with
@small
,@medium
, or@large
are no longer treated as being annotated with@small
- In verbose mode, the test runner now prints information about the PHP runtime
- To be consistent with the printing of PHP runtime information, the configuration file used is only printed in verbose mode
- A warning is now printed when code coverage data is collected but no whitelist is configured