Skip to content

Commit 70fc8be

Browse files
Prepare release
1 parent 2b3bfef commit 70fc8be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog-9.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
1111
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
1212
* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes
1313

14-
[9.6.0]: https://github.com/sebastianbergmann/phpunit/compare/9.5...9.6
14+
[9.6.0]: https://github.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.0

src/Runner/Version.php

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

4343
if (self::$version === '') {
44-
self::$version = (new VersionId('9.6', dirname(__DIR__, 2)))->getVersion();
44+
self::$version = (new VersionId('9.6.0', dirname(__DIR__, 2)))->getVersion();
4545
}
4646

4747
return self::$version;

0 commit comments

Comments
 (0)