Skip to content

Commit 05017b8

Browse files
Prepare release
1 parent 838af84 commit 05017b8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-9.6.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [9.6.15] - 2023-12-01
6+
7+
### Fixed
8+
9+
* [#5596](https://github.com/sebastianbergmann/phpunit/issues/5596): `PHPUnit\Framework\TestCase` has `@internal` annotation in PHAR
10+
511
## [9.6.14] - 2023-12-01
612

713
### Added
@@ -101,6 +107,7 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
101107
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
102108
* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes
103109

110+
[9.6.15]: https://github.com/sebastianbergmann/phpunit/compare/9.6.14...9.6.15
104111
[9.6.14]: https://github.com/sebastianbergmann/phpunit/compare/9.6.13...9.6.14
105112
[9.6.13]: https://github.com/sebastianbergmann/phpunit/compare/9.6.12...9.6.13
106113
[9.6.12]: https://github.com/sebastianbergmann/phpunit/compare/9.6.11...9.6.12

src/Runner/Version.php

+1-1
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.14', dirname(__DIR__, 2)))->getVersion();
44+
self::$version = (new VersionId('9.6.15', dirname(__DIR__, 2)))->getVersion();
4545
}
4646

4747
return self::$version;

0 commit comments

Comments
 (0)