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 61bb8f5 commit de0ef6bCopy full SHA for de0ef6b
tests/SocketClientFeatureTest.php
@@ -12,4 +12,29 @@ protected function createClient(): ClientInterface
12
{
13
return new SocketHttpClient();
14
}
15
+
16
+ public function testAutoSetContentLength(): void
17
+ {
18
+ $this->markTestSkipped('Feature is unsupported');
19
+ }
20
21
+ public function testGzip(): void
22
23
24
25
26
+ public function testDeflate(): void
27
28
29
30
31
+ public function testChunked(): void
32
33
34
35
36
+ public function testRedirect(): void
37
38
39
40
0 commit comments