From f81bd8f7c386f305843a2af57585574e29235c48 Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Thu, 19 May 2016 13:31:09 +0200 Subject: [PATCH] Fix tests for 5.5 with lowest version config --- tests/fXmlRpc/Integration/AbstractIntegrationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fXmlRpc/Integration/AbstractIntegrationTest.php b/tests/fXmlRpc/Integration/AbstractIntegrationTest.php index 9e50e9f..7f9de33 100644 --- a/tests/fXmlRpc/Integration/AbstractIntegrationTest.php +++ b/tests/fXmlRpc/Integration/AbstractIntegrationTest.php @@ -181,7 +181,7 @@ private function getTransport() return [ new \fXmlRpc\Transport\HttpAdapterTransport( $messageFactory, - new \Http\Adapter\Guzzle6\Client() + new \Http\Adapter\Guzzle6\Client(new \GuzzleHttp\Client()) ) ]; }