Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.11 KB

ChangeLog-4.7.md

File metadata and controls

25 lines (15 loc) · 1.11 KB

Changes in PHPUnit 4.7

  • Fixed #1749: stopOnError configuration setting does not work

PHPUnit 4.7.3

  • 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

PHPUnit 4.7.2

  • New PHAR release due to updated dependencies

PHPUnit 4.7.1

  • New PHAR release due to updated dependencies

PHPUnit 4.7.0

  • 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