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:
7fa4e74
)
nitpicks
author
gggeek
<giunta.gaetano@gmail.com>
Mon, 13 Feb 2023 14:32:43 +0000
(14:32 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Mon, 13 Feb 2023 14:32:43 +0000
(14:32 +0000)
tests/WebTestCase.php
patch
|
blob
|
history
diff --git
a/tests/WebTestCase.php
b/tests/WebTestCase.php
index
b28b7db
..
879c06b
100644
(file)
--- a/
tests/WebTestCase.php
+++ b/
tests/WebTestCase.php
@@
-67,7
+67,7
@@
abstract class PhpXmlRpc_WebTestCase extends PhpXmlRpc_ServerAwareTestCase
$client->setCookie('PHPUNIT_SELENIUM_TEST_ID', $this->testId);
}
// let's just assume that the client works fine for these tests, and avoid polluting output, even in debug mode
- //$client->set
AcceptedCompression(
false);
+ //$client->set
Option(Client::OPT_ACCEPTED_COMPRESSION,
false);
//$client->setDebug($this->args['DEBUG']);
return $client;
}