File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,9 @@ public function testClientWithSymfonyPsr18Client()
349
349
$ this ->assertEquals ($ symfonyClient , $ client ->getTransport ()->getClient ());
350
350
}
351
351
352
+ /**
353
+ * @requires PHP 8.1.0
354
+ */
352
355
public function testClientWithSymfonyHttplugClient ()
353
356
{
354
357
$ symfonyClient = new HttplugClient ();
@@ -360,6 +363,9 @@ public function testClientWithSymfonyHttplugClient()
360
363
$ this ->assertEquals ($ symfonyClient , $ client ->getTransport ()->getClient ());
361
364
}
362
365
366
+ /**
367
+ * @requires PHP 8.1.0
368
+ */
363
369
public function testAsyncClientWithSymfonyHttplugClient ()
364
370
{
365
371
$ symfonyClient = new HttplugClient ();
Original file line number Diff line number Diff line change 22
22
use Symfony \Component \HttpClient \HttplugClient ;
23
23
use Symfony \Component \HttpClient \Psr18Client ;
24
24
25
+ /**
26
+ * @requires PHP 8.1.0
27
+ */
25
28
class SymfonyTest extends TestCase
26
29
{
27
30
protected Symfony $ symfonyAdapter ;
You can’t perform that action at this time.
0 commit comments