Skip to content

Commit 92f7744

Browse files
Prepare release
1 parent 34d120a commit 92f7744

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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

5+
## [12.5.19] - 2026-04-13
6+
7+
### Fixed
8+
9+
* Regression in XML configuration migration introduced in PHPUnit 12.5.8
10+
511
## [12.5.18] - 2026-04-13
612

713
### Fixed
@@ -172,6 +178,7 @@ All notable changes of the PHPUnit 12.5 release series are documented in this fi
172178
* [#6380](https://github.com/sebastianbergmann/phpunit/pull/6380): Allow `Throwable` in `expectExceptionObject()`
173179
* A PHPUnit notice is now emitted for test methods that create a mock object but do not configure an expectation for it
174180

181+
[12.5.19]: https://github.com/sebastianbergmann/phpunit/compare/12.5.18...12.5.19
175182
[12.5.18]: https://github.com/sebastianbergmann/phpunit/compare/12.5.17...12.5.18
176183
[12.5.17]: https://github.com/sebastianbergmann/phpunit/compare/12.5.16...12.5.17
177184
[12.5.16]: https://github.com/sebastianbergmann/phpunit/compare/12.5.15...12.5.16

src/Runner/Version.php

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

3737
if (self::$version === '') {
38-
self::$version = (new VersionId('12.5.18', dirname(__DIR__, 2)))->asString();
38+
self::$version = (new VersionId('12.5.19', dirname(__DIR__, 2)))->asString();
3939
}
4040

4141
return self::$version;

0 commit comments

Comments
 (0)