Skip to content

Commit 1c6a9e4

Browse files
Prepare release
1 parent 7ee2ee7 commit 1c6a9e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-9.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.6] - 2020-MM-DD
5+
## [9.2.6] - 2020-07-13
66

77
### Fixed
88

@@ -56,7 +56,7 @@ All notable changes of the PHPUnit 9.2 release series are documented in this fil
5656
* [#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
5757
* The test runner no longer relies on `$_SERVER['REQUEST_TIME_FLOAT']` for printing the elapsed time
5858

59-
[9.2.6]: https://github.com/sebastianbergmann/phpunit/compare/9.2.5...9.2
59+
[9.2.6]: https://github.com/sebastianbergmann/phpunit/compare/9.2.5...9.2.6
6060
[9.2.5]: https://github.com/sebastianbergmann/phpunit/compare/9.2.4...9.2.5
6161
[9.2.4]: https://github.com/sebastianbergmann/phpunit/compare/9.2.3...9.2.4
6262
[9.2.3]: https://github.com/sebastianbergmann/phpunit/compare/9.2.2...9.2.3

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

3939
return self::$version;

0 commit comments

Comments
 (0)