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.
1 parent fef3925 commit f629977Copy full SHA for f629977
tests/Http/HttpClientStreamTest.php
@@ -78,7 +78,7 @@ public function testStreamLinesYieldsCompleteLinesRegardlessOfChunkSize()
78
$streams = [
79
Http::withOptions(['stream' => true])
80
->get('http://example.test/stream')
81
- ->streamLines(), // reads single byte
+ ->streamLines(), // reads single bytes
82
83
84
->streamLines(chunkLength: 17), // chunk length smaller than line length
0 commit comments