We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959ef13 commit 2f941a7Copy full SHA for 2f941a7
tests/CompressedStringTest.php
@@ -3,14 +3,6 @@
3
4
class CompressedStringTest extends \PHPUnit_Framework_TestCase
5
{
6
- /*public function testReadStream()
7
- {
8
- $content = gzencode('test');
9
- $a = Psr7\stream_for($content);
10
- $b = new GzStreamGuzzle($a);
11
- $this->assertEquals('test', (string) $b);
12
- }
13
-*/
14
public function memoryUsage($method, $stage = '')
15
16
fwrite(STDOUT, "\n");
0 commit comments