From 27ec2284f75bbe9472b7e299d3e8ef5d7b2b41a3 Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 13 Feb 2023 14:32:43 +0000 Subject: [PATCH] nitpicks --- tests/WebTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.0