Skip to content

Commit e2a544d

Browse files
Closes #6243
1 parent 9257193 commit e2a544d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog-10.5.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 10.5 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
## [10.5.46] - 2025-05-02
1822

1923
### Added

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)