示例#1
0
文件: StreamTest.php 项目: genkgo/xsl
 public function testStreamWrite()
 {
     $this->setExpectedException(ReadOnlyStreamException::class);
     $stream = new Stream();
     $stream->stream_write();
 }