Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 2.42 KB

ChangeLog-9.5.md

File metadata and controls

55 lines (33 loc) · 2.42 KB

Changes in PHPUnit 9.5

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

9.5.5 - 2021-MM-DD

Fixed

  • #4632: TestDox result printer does not handle repeated test execution correctly

9.5.4 - 2021-03-23

Fixed

  • #4630: Empty test case class causes error in TestDox XML logger

9.5.3 - 2021-03-17

Fixed

  • #4591: TeamCity logger logs warnings as test failures
  • #4620: No useful output when an error occurs in the bootstrap script

9.5.2 - 2021-02-02

Fixed

  • #4573: No stack trace printed when PHPUnit is used from PHAR
  • #4590: --coverage-text CLI option is documented wrong

9.5.1 - 2021-01-17

Fixed

  • #4572: Schema validation does not work with %xx sequences in path to phpunit.xsd

9.5.0 - 2020-12-04

Changed

  • #4490: Emit Error instead of Warning when test case class cannot be instantiated
  • #4491: Emit Error instead of Warning when data provider does not work correctly
  • #4492: Emit Error instead of Warning when test double configuration is invalid
  • #4493: Emit error when (configured) test directory does not exist

Fixed

  • #4535: getMockFromWsdl() does not handle methods that do not have parameters correctly