Skip to content

Commit

Permalink
Fix tests for 5.5 with lowest version config
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed May 19, 2016
1 parent f53fee4 commit f81bd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fXmlRpc/Integration/AbstractIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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())
)
];
}
Expand Down

0 comments on commit f81bd8f

Please sign in to comment.