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
minor #51881 [Form] Make FormPerformanceTestCase compatible with PHPUnit 10 (derrabus)
This PR was merged into the 5.4 branch.
Discussion
----------
[Form] Make `FormPerformanceTestCase` compatible with PHPUnit 10
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Part of #49069
| License | MIT
In PHPUnit 10, `TestCase::runTest()` has a return type of `mixed`. I'm adding the return type conditionally on the one class where we override this method.
Commits
-------
af18ce4 Make FormPerformanceTestCase compatible with PHPUnit 10
0 commit comments