Skip to content

Commit 85c2d0b

Browse files
Merge branch '11.5' into 12.2
2 parents 9b21d54 + 6024fe7 commit 85c2d0b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog-12.2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ All notable changes of the PHPUnit 12.2 release series are documented in this fi
1414

1515
* `--dont-report-useless-tests` CLI option (use `--do-not-report-useless-tests` instead)
1616

17+
### Fixed
18+
19+
* [#6243](https://github.com/sebastianbergmann/phpunit/issues/6243): Constraints cannot be implemented without using internal class `ExpectationFailedException`
20+
1721
## [12.2.2] - 2025-06-13
1822

1923
### Fixed

src/Framework/Exception/ExpectationFailedException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* generate diff output of the failed expectations.
2121
*
2222
* @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
23-
*
24-
* @internal This class is not covered by the backward compatibility promise for PHPUnit
2523
*/
2624
final class ExpectationFailedException extends AssertionFailedError
2725
{

0 commit comments

Comments
 (0)