git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc8ac8c
)
oops
author
gggeek
<giunta.gaetano@gmail.com>
Sat, 7 Sep 2024 14:27:05 +0000
(14:27 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Sat, 7 Sep 2024 14:27:05 +0000
(14:27 +0000)
tests/ServerAwareTestCase.php
patch
|
blob
|
history
diff --git
a/tests/ServerAwareTestCase.php
b/tests/ServerAwareTestCase.php
index
e82f0e0
..
76ee7fc
100644
(file)
--- 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) {