We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4855ce + e0ab174 commit f2b8bf3Copy full SHA for f2b8bf3
1 file changed
tests/FunctionalBrowserTest.php
@@ -366,7 +366,7 @@ public function testGetRequestWithResponseBufferExceededRejects()
366
$this->setExpectedException(
367
'OverflowException',
368
'Response body size of 5 bytes exceeds maximum of 4 bytes',
369
- defined('SOCKET_EMSGSIZE') ? SOCKET_EMSGSIZE : 0
+ defined('SOCKET_EMSGSIZE') ? SOCKET_EMSGSIZE : 90
370
);
371
\React\Async\await($promise);
372
}
@@ -378,7 +378,7 @@ public function testGetRequestWithResponseBufferExceededDuringStreamingRejects()
378
379
380
'Response body size exceeds maximum of 4 bytes',
381
382
383
384
0 commit comments