File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Contracts \HttpClient \Test ;
13
13
14
+ use PHPUnit \Framework \Attributes \RequiresPhpExtension ;
14
15
use PHPUnit \Framework \TestCase ;
15
16
use Symfony \Contracts \HttpClient \Exception \ClientExceptionInterface ;
16
17
use Symfony \Contracts \HttpClient \Exception \RedirectionExceptionInterface ;
@@ -1013,6 +1014,7 @@ public function testNoProxy()
1013
1014
/**
1014
1015
* @requires extension zlib
1015
1016
*/
1017
+ #[RequiresPhpExtension('zlib ' )]
1016
1018
public function testAutoEncodingRequest ()
1017
1019
{
1018
1020
$ client = $ this ->getHttpClient (__FUNCTION__ );
@@ -1086,6 +1088,7 @@ public function testInformationalResponseStream()
1086
1088
/**
1087
1089
* @requires extension zlib
1088
1090
*/
1091
+ #[RequiresPhpExtension('zlib ' )]
1089
1092
public function testUserlandEncodingRequest ()
1090
1093
{
1091
1094
$ client = $ this ->getHttpClient (__FUNCTION__ );
@@ -1108,6 +1111,7 @@ public function testUserlandEncodingRequest()
1108
1111
/**
1109
1112
* @requires extension zlib
1110
1113
*/
1114
+ #[RequiresPhpExtension('zlib ' )]
1111
1115
public function testGzipBroken ()
1112
1116
{
1113
1117
$ client = $ this ->getHttpClient (__FUNCTION__ );
Original file line number Diff line number Diff line change 27
27
"minimum-stability" : " dev" ,
28
28
"extra" : {
29
29
"branch-alias" : {
30
- "dev-main" : " 3.5 -dev"
30
+ "dev-main" : " 3.6 -dev"
31
31
},
32
32
"thanks" : {
33
33
"name" : " symfony/contracts" ,
You can’t perform that action at this time.
0 commit comments