nitpicks
authorgggeek <giunta.gaetano@gmail.com>
Mon, 13 Feb 2023 14:32:43 +0000 (14:32 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 13 Feb 2023 14:32:43 +0000 (14:32 +0000)
tests/WebTestCase.php

index b28b7db..879c06b 100644 (file)
@@ -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;
     }