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
3737 TestHttpServer::stop ();
3838 }
3939
40+ /**
41+ * @requires function ob_gzhandler
42+ */
4043 public function testSendRequest ()
4144 {
4245 $ client = new HttplugClient (new NativeHttpClient ());
@@ -51,6 +54,9 @@ public function testSendRequest()
5154 $ this ->assertSame ('HTTP/1.1 ' , $ body ['SERVER_PROTOCOL ' ]);
5255 }
5356
57+ /**
58+ * @requires function ob_gzhandler
59+ */
5460 public function testSendAsyncRequest ()
5561 {
5662 $ client = new HttplugClient (new NativeHttpClient ());
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ public static function tearDownAfterClass(): void
3333 TestHttpServer::stop ();
3434 }
3535
36+ /**
37+ * @requires function ob_gzhandler
38+ */
3639 public function testSendRequest ()
3740 {
3841 $ factory = new Psr17Factory ();
You can’t perform that action at this time.
0 commit comments