Skip to content

Commit ee877e8

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Don't produce TypeErrors for non-string CSRF tokens [HttpKernel] Fix SplFileInfo mock in HttpKernelBrowserTest Update NativeSessionStorage docblock to match defaults
2 parents c838cc1 + 2956b42 commit ee877e8

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)