Skip to content

Commit c1b1d62

Browse files
Prepare release
1 parent 023ee5b commit c1b1d62

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-9.2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes of the PHPUnit 9.2 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [9.2.3] - 2020-06-15
6+
7+
### Fixed
8+
9+
* [#4211](https://github.com/sebastianbergmann/phpunit/issues/4211): `phpdbg_*()` functions are scoped to `PHPUnit\phpdbg_*()`
10+
511
## [9.2.2] - 2020-06-07
612

713
### Changed
@@ -30,6 +36,7 @@ All notable changes of the PHPUnit 9.2 release series are documented in this fil
3036
* [#4258](https://github.com/sebastianbergmann/phpunit/pull/4258): Prevent unpredictable result by raising an exception when multiple matchers can be applied to a test double invocation
3137
* The test runner no longer relies on `$_SERVER['REQUEST_TIME_FLOAT']` for printing the elapsed time
3238

39+
[9.2.3]: https://github.com/sebastianbergmann/phpunit/compare/9.2.2...9.2.3
3340
[9.2.2]: https://github.com/sebastianbergmann/phpunit/compare/9.2.1...9.2.2
3441
[9.2.1]: https://github.com/sebastianbergmann/phpunit/compare/9.2.0...9.2.1
3542
[9.2.0]: https://github.com/sebastianbergmann/phpunit/compare/9.1.5...9.2.0

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static function id(): string
3333
}
3434

3535
if (self::$version === '') {
36-
self::$version = (new VersionId('9.2.2', \dirname(__DIR__, 2)))->getVersion();
36+
self::$version = (new VersionId('9.2.3', \dirname(__DIR__, 2)))->getVersion();
3737
}
3838

3939
return self::$version;

0 commit comments

Comments
 (0)