/** * */ function test_stream() { $request = new Request([Arg::STREAM => 'foo']); $this->assertEquals('foo', $request->stream()); }