Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.03 KB

File metadata and controls

21 lines (13 loc) · 1.03 KB

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
  • Implemented #3556: Configure TestDox result printer via configuration file
  • Implemented #3558: TestCase::getDependencyInput()
  • 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