You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #58571 [PhpUnitBridge] do not patch the TestCase class with PHPUnit 10+ (xabbuh)
This PR was merged into the 7.2 branch.
Discussion
----------
[PhpUnitBridge] do not patch the TestCase class with PHPUnit 10+
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
The PHPUnit\TextUI\Command class was removed in PHPUnit 10. Since the sole purpose of the class extended the base Command class is to register a the Symfony test listener we can completely stop patching it as support for the listener-based event system was also removed in PHPUnit 10.
Commits
-------
eb42716 do not patch the TestCase class with PHPUnit 11+
0 commit comments