Throw an exception when a popen stream is not created correctly

This commit is contained in:
Pierre Rudloff 2017-12-05 19:42:57 +01:00
parent 47789f8f8d
commit d581621f1b
4 changed files with 455 additions and 325 deletions

View file

@ -16,7 +16,7 @@ session_start();
stream_wrapper_register('playlist', PlaylistArchiveStream::class);
/**
/*
* @see https://bugs.php.net/bug.php?id=68541
*/
PHPMockery::define('Alltube', 'popen');