Skip to content

Commit 156770a

Browse files
Prepare release
1 parent 5e7b95d commit 156770a

File tree

3 files changed

+2
-84
lines changed

3 files changed

+2
-84
lines changed

ChangeLog-9.1.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

ChangeLog-9.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ All notable changes of the PHPUnit 9.2 release series are documented in this fil
1414
* [#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
1515
* The test runner no longer relies on `$_SERVER['REQUEST_TIME_FLOAT']` for printing the elapsed time
1616

17-
[9.2.0]: https://github.com/sebastianbergmann/phpunit/compare/9.1...master
17+
[9.2.0]: https://github.com/sebastianbergmann/phpunit/compare/9.1.5...master

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', \dirname(__DIR__, 2)))->getVersion();
36+
self::$version = (new VersionId('9.2.0', \dirname(__DIR__, 2)))->getVersion();
3737
}
3838

3939
return self::$version;

0 commit comments

Comments
 (0)