We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e7d18 commit e397decCopy full SHA for e397dec
ChangeLog-9.5.md
@@ -4,6 +4,11 @@ All notable changes of the PHPUnit 9.5 release series are documented in this fil
4
5
## [9.5.10] - 2021-MM-DD
6
7
+### Changed
8
+
9
+* PHPUnit no longer converts PHP deprecations to exceptions by default (configure `convertDeprecationsToExceptions="true"` to enable this)
10
+* The PHPUnit XML configuration file generator now configures `convertDeprecationsToExceptions="true"`
11
12
### Fixed
13
14
* [#4772](https://github.com/sebastianbergmann/phpunit/pull/4772): TestDox HTML report not displayed correctly when browser has custom colour settings
0 commit comments