-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[HttpKernel] Make test more robust #42666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
If this returns a float conditionally it might break tests on PHP 8.1 again because |
You are right: https://3v4l.org/qjrYC/rfc#vgit.master [EDIT] See also: https://3v4l.org/V7gYI/rfc#vgit.master |
The failing tests are not related to this PR: See the PHPUnit error report
|
See #42629 |
Closing in favor of #42718 |
This change should make
testUploadedFileWhenSizeExceedsUploadMaxFileSize()
more robust (it failed on AppVeyor before).