reactphp / stream

Event-driven readable and writable streams for non-blocking I/O in ReactPHP.
https://reactphp.org/stream/
MIT License
618 stars 62 forks source link

Fix test suite when using legacy LibEventLoop and avoid risky tests #131

Closed clue closed 6 years ago

clue commented 6 years ago

This simple PR fixes a minor typo recently introduced via #128. Also, while I'm at it, this also includes some trivial adjustments to avoid risky tests (as of #122).

Builds on top of #128 and #122