예제 #1
0
파일: ReplyTest.php 프로젝트: chuchiy/phpex
 public function testStringStream()
 {
     $stream = Reply::stringstream('hello world');
     $this->assertEquals('hello world', stream_get_contents($stream));
 }