Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 918 Bytes

ChangeLog.md

File metadata and controls

17 lines (14 loc) · 918 Bytes

PHPUnit 3.8

This is the list of changes for the PHPUnit 3.8 release series.

PHPUnit 3.8.0

  • Implemented #711: coverage-text now has an XML showOnlySummary option.
  • Implemented #719: The --stderr flag now respects --colors and --debug.
  • Implemented #773: Recursive and repeated arrays are more gracefully when comparison differences are exported.
  • A test will now fail in strict mode when it uses the @covers annotation and code that is not expected to be covered is executed.
  • Fixed #261: setUp() and setUpBeforeClass() are run before filters are applied.
  • Fixed #541: Excluded groups are counted towards total number of tests being executed.
  • Fixed #789: PHP INI settings would not be passed to child processes.
  • Fixed: phpt test cases now use the correct php binary when executed through wrapper scripts.
  • PHPUnit 3.8 is only supported on PHP 5.4.7 (or later).