Skip to content

Commit 3f9c407

Browse files
Prepare release
1 parent ea446dc commit 3f9c407

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-8.5.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 8.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [8.5.6] - 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
## [8.5.5] - 2020-05-22
612

713
### Fixed
@@ -58,6 +64,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
5864
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
5965
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside
6066

67+
[8.5.6]: https://github.com/sebastianbergmann/phpunit/compare/8.5.5...8.5.6
6168
[8.5.5]: https://github.com/sebastianbergmann/phpunit/compare/8.5.4...8.5.5
6269
[8.5.4]: https://github.com/sebastianbergmann/phpunit/compare/8.5.3...8.5.4
6370
[8.5.3]: https://github.com/sebastianbergmann/phpunit/compare/8.5.2...8.5.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('8.5.5', \dirname(__DIR__, 2)))->getVersion();
36+
self::$version = (new VersionId('8.5.6', \dirname(__DIR__, 2)))->getVersion();
3737
}
3838

3939
return self::$version;

0 commit comments

Comments
 (0)