예제 #1
0
파일: StreamTest.php 프로젝트: genkgo/xsl
 public function testStreamWrite()
 {
     $this->setExpectedException(ReadOnlyStreamException::class);
     $stream = new Stream();
     $stream->stream_write();
 }