X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2F7ExtraTest.php;h=5770eca5581fef605c9e741551b4279b69f6abd2;hb=98d4ea619cef778d0cbcc706ea9a157178f90da5;hp=de7d48f7affb6da04b9a2909b609394f7c8a8738;hpb=01960bf506d12eab1baa4480be313f91d06ab48b;p=plcapi.git diff --git a/tests/7ExtraTest.php b/tests/7ExtraTest.php index de7d48f..5770eca 100644 --- a/tests/7ExtraTest.php +++ b/tests/7ExtraTest.php @@ -11,9 +11,9 @@ class ExtraTest extends PhpXmlRpc_LocalFileTestCase { $this->args = argParser::getArgs(); - $this->baseUrl = $this->args['LOCALSERVER'] . str_replace( '/demo/server/server.php', '/tests/', $this->args['URI'] ); + $this->baseUrl = $this->args['HTTPSERVER'] . str_replace( '/demo/server/server.php', '/tests/', $this->args['HTTPURI'] ); - $this->coverageScriptUrl = 'http://' . $this->args['LOCALSERVER'] . '/' . str_replace( '/demo/server/server.php', 'tests/phpunit_coverage.php', $this->args['URI'] ); + $this->coverageScriptUrl = 'http://' . $this->args['HTTPSERVER'] . '/' . str_replace( '/demo/server/server.php', 'tests/phpunit_coverage.php', $this->args['HTTPURI'] ); } public function testVerifyCompat()