oops
authorgggeek <giunta.gaetano@gmail.com>
Sat, 7 Sep 2024 14:27:05 +0000 (14:27 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 7 Sep 2024 14:27:05 +0000 (14:27 +0000)
tests/ServerAwareTestCase.php

index e82f0e0..76ee7fc 100644 (file)
@@ -83,7 +83,7 @@ abstract class PhpXmlRpc_ServerAwareTestCase extends PhpXmlRpc_LoggerAwareTestCa
         $this->coverageScriptUrl = 'http://' . $this->args['HTTPSERVER'] . preg_replace('|/tests/index\.php(\?.*)?|', '/tests/phpunit_coverage.php', $this->args['HTTPURI']);
     }
 
-    protected function getClient($customPath)
+    protected function getClient()
     {
         $server = explode(':', $this->args['HTTPSERVER']);
         if (count($server) > 1) {