Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into hotf…
Browse files Browse the repository at this point in the history
…ix/validator-db-abstractdb-tableIdentifier
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ public function testGettingAllMethodSignaturesDefaultsToMulticall()
*/
public function testSettingUriOnHttpClientIsNotOverwrittenByXmlRpcClient()
{
$changedUri = 'http://bar:80';
$changedUri = 'http://bar:80/';
// Overwrite: http://foo:80
$this->setServerResponseTo(array());
$this->xmlrpcClient->getHttpClient()->setUri($changedUri);
Expand All @@ -554,7 +554,7 @@ public function testSettingUriOnHttpClientIsNotOverwrittenByXmlRpcClient()
*/
public function testSettingNoHttpClientUriForcesClientToSetUri()
{
$baseUri = 'http://foo:80';
$baseUri = 'http://foo:80/';
$this->httpAdapter = new Adapter\Test();
$this->httpClient = new Http\Client(null, array('adapter' => $this->httpAdapter));

Expand Down

0 comments on commit 5d527bf

Please sign in to comment.