Skip to content

Commit 2f941a7

Browse files
committed
Removed a test that had been previously commented out.
1 parent 959ef13 commit 2f941a7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/CompressedStringTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33

44
class CompressedStringTest extends \PHPUnit_Framework_TestCase
55
{
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-
*/
146
public function memoryUsage($method, $stage = '')
157
{
168
fwrite(STDOUT, "\n");

0 commit comments

Comments
 (0)