Fix localhostTest
authorgggeek <giunta.gaetano@gmail.com>
Sun, 11 Jan 2015 20:15:49 +0000 (20:15 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 11 Jan 2015 20:15:49 +0000 (20:15 +0000)
tests/LocalhostTest.php

index 2802524..3078960 100644 (file)
@@ -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
         {