From 2fbd84ece9a7f167192d389b81a20bd3aeeee7a2 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 11 Jan 2015 20:15:49 +0000 Subject: [PATCH] Fix localhostTest --- tests/LocalhostTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.0