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 @@ -349,6 +349,9 @@ public function testClientWithSymfonyPsr18Client()
349349 $ this ->assertEquals ($ symfonyClient , $ client ->getTransport ()->getClient ());
350350 }
351351
352+ /**
353+ * @requires PHP 8.1.0
354+ */
352355 public function testClientWithSymfonyHttplugClient ()
353356 {
354357 $ symfonyClient = new HttplugClient ();
@@ -360,6 +363,9 @@ public function testClientWithSymfonyHttplugClient()
360363 $ this ->assertEquals ($ symfonyClient , $ client ->getTransport ()->getClient ());
361364 }
362365
366+ /**
367+ * @requires PHP 8.1.0
368+ */
363369 public function testAsyncClientWithSymfonyHttplugClient ()
364370 {
365371 $ symfonyClient = new HttplugClient ();
Original file line number Diff line number Diff line change 2222use Symfony \Component \HttpClient \HttplugClient ;
2323use Symfony \Component \HttpClient \Psr18Client ;
2424
25+ /**
26+ * @requires PHP 8.1.0
27+ */
2528class SymfonyTest extends TestCase
2629{
2730 protected Symfony $ symfonyAdapter ;
You can’t perform that action at this time.
0 commit comments