File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ public static function tearDownAfterClass(): void
37
37
TestHttpServer::stop ();
38
38
}
39
39
40
+ /**
41
+ * @requires function ob_gzhandler
42
+ */
40
43
public function testSendRequest ()
41
44
{
42
45
$ client = new HttplugClient (new NativeHttpClient ());
@@ -51,6 +54,9 @@ public function testSendRequest()
51
54
$ this ->assertSame ('HTTP/1.1 ' , $ body ['SERVER_PROTOCOL ' ]);
52
55
}
53
56
57
+ /**
58
+ * @requires function ob_gzhandler
59
+ */
54
60
public function testSendAsyncRequest ()
55
61
{
56
62
$ client = new HttplugClient (new NativeHttpClient ());
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ public static function tearDownAfterClass(): void
33
33
TestHttpServer::stop ();
34
34
}
35
35
36
+ /**
37
+ * @requires function ob_gzhandler
38
+ */
36
39
public function testSendRequest ()
37
40
{
38
41
$ factory = new Psr17Factory ();
You can’t perform that action at this time.
0 commit comments