Skip to content

Commit 4b1c822

Browse files
Prepare release
1 parent 19937bc commit 4b1c822

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

5+
## [5.7.25] - 2017-11-14
6+
7+
### Fixed
8+
9+
* Fixed [#2859](https://github.com/sebastianbergmann/phpunit/issues/2859): Regression caused by fix for [#2833](https://github.com/sebastianbergmann/phpunit/issues/2833)
10+
511
## [5.7.24] - 2017-11-14
612

713
### Fixed
@@ -189,6 +195,7 @@ All notable changes of the PHPUnit 5.7 release series are documented in this fil
189195
* The `--tap` and `--log-tap` commandline options have been deprecated
190196
* The `--self-update` and `--self-upgrade` commandline options have been deprecated (PHAR binary only)
191197

198+
[5.7.25]: https://github.com/sebastianbergmann/phpunit/compare/5.7.24...5.7.25
192199
[5.7.24]: https://github.com/sebastianbergmann/phpunit/compare/5.7.23...5.7.24
193200
[5.7.23]: https://github.com/sebastianbergmann/phpunit/compare/5.7.22...5.7.23
194201
[5.7.22]: https://github.com/sebastianbergmann/phpunit/compare/5.7.21...5.7.22

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function id()
3030
}
3131

3232
if (self::$version === null) {
33-
$version = new Version('5.7.24', dirname(dirname(__DIR__)));
33+
$version = new Version('5.7.25', dirname(dirname(__DIR__)));
3434
self::$version = $version->getVersion();
3535
}
3636

0 commit comments

Comments
 (0)