File tree Expand file tree Collapse file tree 1 file changed +30
-5
lines changed Expand file tree Collapse file tree 1 file changed +30
-5
lines changed Original file line number Diff line number Diff line change 15
15
16
16
abstract class HttpClientTestCase extends BaseHttpClientTestCase
17
17
{
18
- public function testMaxDuration ()
19
- {
20
- $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
21
- }
22
-
23
18
public function testAcceptHeader ()
24
19
{
25
20
$ client = $ this ->getHttpClient (__FUNCTION__ );
@@ -47,4 +42,34 @@ public function testAcceptHeader()
47
42
48
43
$ this ->assertArrayNotHasKey ('HTTP_ACCEPT ' , $ requestHeaders );
49
44
}
45
+
46
+ public function testInfoOnCanceledResponse ()
47
+ {
48
+ $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
49
+ }
50
+
51
+ public function testBufferSink ()
52
+ {
53
+ $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
54
+ }
55
+
56
+ public function testConditionalBuffering ()
57
+ {
58
+ $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
59
+ }
60
+
61
+ public function testReentrantBufferCallback ()
62
+ {
63
+ $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
64
+ }
65
+
66
+ public function testThrowingBufferCallback ()
67
+ {
68
+ $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
69
+ }
70
+
71
+ public function testMaxDuration ()
72
+ {
73
+ $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
74
+ }
50
75
}
You can’t perform that action at this time.
0 commit comments