コード例 #1
0
ファイル: ReplyTest.php プロジェクト: chuchiy/phpex
 public function testStringStream()
 {
     $stream = Reply::stringstream('hello world');
     $this->assertEquals('hello world', stream_get_contents($stream));
 }