From: gggeek Date: Mon, 13 Feb 2023 14:32:43 +0000 (+0000) Subject: nitpicks X-Git-Tag: 4.10.1~12 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=27ec2284f75bbe9472b7e299d3e8ef5d7b2b41a3;p=plcapi.git nitpicks --- diff --git a/tests/WebTestCase.php b/tests/WebTestCase.php index b28b7db7..879c06b3 100644 --- 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->setAcceptedCompression(false); + //$client->setOption(Client::OPT_ACCEPTED_COMPRESSION, false); //$client->setDebug($this->args['DEBUG']); return $client; }