1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-26 20:04:51 +01:00
byte-stream/test
Niklas Keller c75af3778b
Fix ResourceOutputStream closed detection (#60)
The previous mechanism with feof doesn't work for systemd launched processes.

Fixes #58.
2019-06-03 23:45:17 +02:00
..
fixtures Add missing foobar.txt.gz 2017-05-17 09:37:15 +02:00
BufferTest.php Apply PSR-2 2018-09-22 16:04:00 +02:00
InMemoryStreamTest.php Apply PSR-2 2018-09-22 16:04:00 +02:00
IteratorStreamTest.php Apply PSR-2 2018-09-22 16:04:00 +02:00
MessageTest.php Add infection and tests 2018-09-23 21:30:08 +02:00
OutputBufferTest.php Apply PSR-2 2018-09-22 16:04:00 +02:00
PayloadTest.php Apply PSR-2 2018-09-22 16:04:00 +02:00
PendingReadErrorTest.php Fix code style 2018-10-03 17:37:23 +02:00
PipeTest.php Fix code style 2018-10-03 17:37:23 +02:00
ResourceInputStreamTest.php Move testClosedRemoteSocketWithFork to ResourceInputStreamTest 2019-06-03 23:24:59 +02:00
ResourceOutputStreamTest.php Fix ResourceOutputStream closed detection (#60) 2019-06-03 23:45:17 +02:00
ResourceStreamTest.php Add chunksize setter to Resource*Stream classes (#55) 2019-03-31 16:51:36 +02:00
StdStreamTest.php Add web SAPI input/output stream getter functions (#61) 2019-06-03 23:01:43 +02:00
ZlibInputStreamTest.php Apply PSR-2 2018-09-22 16:04:00 +02:00
ZlibOutputStreamTest.php Apply PSR-2 2018-09-22 16:04:00 +02:00