コード例 #1
0
ファイル: StreamTest.php プロジェクト: genkgo/xsl
 public function testStreamWrite()
 {
     $this->setExpectedException(ReadOnlyStreamException::class);
     $stream = new Stream();
     $stream->stream_write();
 }