Skip to content

Commit 68a5e3e

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Don't produce TypeErrors for non-string CSRF tokens [HttpKernel] Fix SplFileInfo mock in HttpKernelBrowserTest Update NativeSessionStorage docblock to match defaults
2 parents 9a4e1c0 + 255855a commit 68a5e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/HttpKernelBrowserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function testUploadedFileWhenSizeExceedsUploadMaxFileSize()
157157
/* should be modified when the getClientSize will be removed */
158158
$file->expects($this->any())
159159
->method('getSize')
160-
->willReturn(\INF)
160+
->willReturn(\PHP_INT_MAX)
161161
;
162162
$file->expects($this->any())
163163
->method('getClientSize')

0 commit comments

Comments
 (0)