summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Tests/HttpKernelBrowserTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-kernel/Tests/HttpKernelBrowserTest.php')
-rw-r--r--vendor/symfony/http-kernel/Tests/HttpKernelBrowserTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/http-kernel/Tests/HttpKernelBrowserTest.php b/vendor/symfony/http-kernel/Tests/HttpKernelBrowserTest.php
index 37d471e815..5a2faf4243 100644
--- a/vendor/symfony/http-kernel/Tests/HttpKernelBrowserTest.php
+++ b/vendor/symfony/http-kernel/Tests/HttpKernelBrowserTest.php
@@ -160,7 +160,7 @@ class HttpKernelBrowserTest extends TestCase
;
$file->expects($this->any())
->method('getClientSize')
- ->willReturn(INF)
+ ->willReturn(PHP_INT_MAX)
;
$client->request('POST', '/', [], [$file]);