From: gggeek Date: Sat, 7 Sep 2024 14:27:05 +0000 (+0000) Subject: oops X-Git-Tag: 4.11.0~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4844675f32b9f652c0d77eb8e1278e0376868bf1;p=plcapi.git oops --- diff --git a/tests/ServerAwareTestCase.php b/tests/ServerAwareTestCase.php index e82f0e09..76ee7fcb 100644 --- a/tests/ServerAwareTestCase.php +++ b/tests/ServerAwareTestCase.php @@ -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) {