public function testStringStream() { $stream = Reply::stringstream('hello world'); $this->assertEquals('hello world', stream_get_contents($stream)); }