Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 801 Bytes

File metadata and controls

19 lines (11 loc) · 801 Bytes

Changes in PHPUnit 8.1

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

8.1.0 - 2019-04-05

Added

  • Implemented #3528: Option to disable TestDox progress animation
  • Information on test groups in the TestDox XML report is now reported in group elements that are child nodes of test
  • Information from @covers and @uses annotations is now reported in TestDox XML
  • Information on test doubles used in a test is now reported in TestDox XML

Changed

  • The groups attribute on the test element in the TestDox XML report is now deprecated