Skip to content

Commit

Permalink
Changed testEmptyReadShouldntFloseStream to testEmptyReadShouldntFclo…
Browse files Browse the repository at this point in the history
…seStream thanks to @staabm at reactphp#139 (review)
  • Loading branch information
WyriHaximus committed Dec 31, 2018
1 parent 4c6a2a7 commit 18b36b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DuplexResourceStreamIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public function testReadsNothingFromProcessPipeWithNoOutput($condition, $loopFac
* @covers React\Stream\ReadableResourceStream::handleData
* @dataProvider loopProvider
*/
public function testEmptyReadShouldntFloseStream($condition, $loopFactory)
public function testEmptyReadShouldntFcloseStream($condition, $loopFactory)
{
if (true !== $condition()) {
return $this->markTestSkipped('Loop implementation not available');
Expand Down

0 comments on commit 18b36b7

Please sign in to comment.