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 16
16
17
17
abstract class HttpClientTestCase extends BaseHttpClientTestCase
18
18
{
19
- public function testMaxDuration ()
20
- {
21
- $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
22
- }
23
-
24
19
public function testAcceptHeader ()
25
20
{
26
21
$ client = $ this ->getHttpClient (__FUNCTION__ );
@@ -80,4 +75,34 @@ public function testToStream404()
80
75
$ response = $ client ->request ('GET ' , 'http://localhost:8057/404 ' );
81
76
$ stream = $ response ->toStream ();
82
77
}
78
+
79
+ public function testInfoOnCanceledResponse ()
80
+ {
81
+ $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
82
+ }
83
+
84
+ public function testBufferSink ()
85
+ {
86
+ $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
87
+ }
88
+
89
+ public function testConditionalBuffering ()
90
+ {
91
+ $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
92
+ }
93
+
94
+ public function testReentrantBufferCallback ()
95
+ {
96
+ $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
97
+ }
98
+
99
+ public function testThrowingBufferCallback ()
100
+ {
101
+ $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
102
+ }
103
+
104
+ public function testMaxDuration ()
105
+ {
106
+ $ this ->markTestSkipped ('Implemented as of version 4.4 ' );
107
+ }
83
108
}
You can’t perform that action at this time.
0 commit comments