Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.15 KB

ChangeLog-5.1.md

File metadata and controls

21 lines (13 loc) · 1.15 KB

Changes in PHPUnit 5.1

All notable changes of the PHPUnit 5.1 release series are documented in this file using the Keep a CHANGELOG principles.

5.1.0 - 2015-12-04

Added

  • Implemented #1802: Refactor how PHPUnit emits warnings (such as No tests found in class "Test")
  • Merged #1824: Added support for the --CLEAN-- and --EXPECTREGEX-- sections for PHPT test cases
  • Merged #1825: Redirect STDERR to STDOUT when running PHPT test cases
  • Merged #1871: Added support for @testdox annotations on classes
  • Merged #1917: Allow @coversDefaultClass annotation to work on traits

Changed

  • setUpBeforeClass() is now invoked after all methods annotated with @beforeClass
  • setUp() is now invoked after all methods annotated with @before