You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog-9.1.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes of the PHPUnit 9.1 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
4
4
5
+
## [9.1.5] - 2020-MM-DD
6
+
7
+
### Fixed
8
+
9
+
*[#4033](https://github.com/sebastianbergmann/phpunit/issues/4033: Unexpected behaviour when `$GLOBALS` is deleted
10
+
*[#4232](https://github.com/sebastianbergmann/phpunit/issues/4232: `StandardTestSuiteLoader` produces warning and does not run any tests if the test class name is partially similar to the parent test case name
11
+
5
12
## [9.1.4] - 2020-04-30
6
13
7
14
*[#4196](https://github.com/sebastianbergmann/phpunit/issues/4196): Invalid `@covers` annotation crashes test runner
@@ -65,6 +72,7 @@ All notable changes of the PHPUnit 9.1 release series are documented in this fil
65
72
*[#4105](https://github.com/sebastianbergmann/phpunit/issues/4105): Deprecate multiple test case classes in single file and test case class name differing from filename
0 commit comments