You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.9 KiB
2.9 KiB
Changes in PHPUnit 4.7
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
- 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
- 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
Changed
- The
PHPUnit_Framework_Constraint_IsType
constraint now knows about thereal
type (which is an alias forfloat
) - Various work on compatibility with PHP 7
Fixed
- Fixed #1749:
stopOnError
configuration setting does not work
4.7.3 - 2015-06-11
Fixed
- 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
Added
- Merged #1718: Support for
--INI--
section in PHPT tests
Changed
- 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