test(phpunit): Better tests for streams

This commit is contained in:
Pierre Rudloff 2019-04-22 21:52:21 +02:00
parent d30614668b
commit 7bf2510dd2
8 changed files with 307 additions and 175 deletions

View file

@ -191,6 +191,8 @@ class PlaylistArchiveStream extends ZipArchive implements StreamInterface
*/
public function __toString()
{
$this->rewind();
return $this->getContents();
}