This commit is contained in:
Pierre Rudloff 2017-10-29 23:21:13 +01:00
parent f30582a7c3
commit 0a2971399b
7 changed files with 53 additions and 53 deletions

View file

@ -55,7 +55,7 @@ class PlaylistArchiveStreamTest extends TestCase
*/
public function testStreamStat()
{
$this->assertEquals(['mode'=>4096], $this->stream->stream_stat());
$this->assertEquals(['mode' => 4096], $this->stream->stream_stat());
}
/**