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-10.0.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes of the PHPUnit 10.0 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
4
4
5
+
## [10.0.14] - 2023-MM-DD
6
+
7
+
### Changed
8
+
9
+
* The `PHPUnit\Event\Test\AssertionSucceeded` and `PHPUnit\Event\Test\AssertionFailed` events are no longer emitted when they have no subscribers
10
+
* The `PHPUnit\Event\Test\AssertionSucceeded::value()` method is no longer deprecated and return the exported value again
11
+
5
12
## [10.0.13] - 2023-02-27
6
13
7
14
### Fixed
@@ -50,7 +57,7 @@ All notable changes of the PHPUnit 10.0 release series are documented in this fi
50
57
51
58
### Changed
52
59
53
-
* The `PHPUnit\Event\Test\AssertionSucceeded::value()` method is now deprecated and always returns `''`
60
+
* The `PHPUnit\Event\Test\AssertionSucceeded::value()` method is now deprecated and always returns `''` (reverted in PHPUnit 10.0.14)
54
61
55
62
### Fixed
56
63
@@ -228,6 +235,7 @@ All notable changes of the PHPUnit 10.0 release series are documented in this fi
228
235
* PHP 7.3, PHP 7.4, and PHP 8.0 are no longer supported
229
236
*`phpunit/php-code-coverage`[no longer supports PHPDBG and Xdebug 2](https://github.com/sebastianbergmann/php-code-coverage/blob/10.0.0/ChangeLog.md#1000---2023-02-03)
0 commit comments