Skip to content

Commit

Permalink
rewind() returns void in [email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed May 5, 2023
1 parent 016da6a commit c740b81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Emitter/SapiStreamEmitterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public function testDoesNotInjectContentLengthHeaderIfStreamSizeIsUnknown(): voi
$stream->method('isSeekable')->willReturn(false);
$stream->method('isReadable')->willReturn(false);
$stream->method('eof')->willReturn(true);
$stream->method('rewind')->willReturn(true);
$stream->method('getSize')->willReturn(null);
$response = (new Response())
->withStatus(200)
Expand Down

0 comments on commit c740b81

Please sign in to comment.