From: gggeek Date: Sun, 11 Jan 2015 20:15:49 +0000 (+0000) Subject: Fix localhostTest X-Git-Tag: 4.0.0-alpha^2~192 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2fbd84ece9a7f167192d389b81a20bd3aeeee7a2;p=plcapi.git Fix localhostTest --- diff --git a/tests/LocalhostTest.php b/tests/LocalhostTest.php index 28025244..3078960c 100644 --- a/tests/LocalhostTest.php +++ b/tests/LocalhostTest.php @@ -45,7 +45,7 @@ class LocalhostTest extends PHPUnit_Framework_TestCase $server = explode(':', $this->args['LOCALSERVER']); if(count($server) > 1) { - $this->client=new xmlrpc_client(['URI'], $server[0], $server[1]); + $this->client=new xmlrpc_client($this->args['URI'], $server[0], $server[1]); } else {