File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ public function testGetRequestWithResponseBufferExceededRejects()
366366 $ this ->setExpectedException (
367367 'OverflowException ' ,
368368 'Response body size of 5 bytes exceeds maximum of 4 bytes ' ,
369- defined ('SOCKET_EMSGSIZE ' ) ? SOCKET_EMSGSIZE : 0
369+ defined ('SOCKET_EMSGSIZE ' ) ? SOCKET_EMSGSIZE : 90
370370 );
371371 \React \Async \await ($ promise );
372372 }
@@ -378,7 +378,7 @@ public function testGetRequestWithResponseBufferExceededDuringStreamingRejects()
378378 $ this ->setExpectedException (
379379 'OverflowException ' ,
380380 'Response body size exceeds maximum of 4 bytes ' ,
381- defined ('SOCKET_EMSGSIZE ' ) ? SOCKET_EMSGSIZE : 0
381+ defined ('SOCKET_EMSGSIZE ' ) ? SOCKET_EMSGSIZE : 90
382382 );
383383 \React \Async \await ($ promise );
384384 }
You can’t perform that action at this time.
0 commit comments