aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Http
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2023-08-14 17:03:56 +0200
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-08-14 18:13:12 +0200
commitf57c12b14e360f1694a699fce5a7e8ae4c50b91c (patch)
treec95ba93938f67fa157206b2aabde701a52bcc649 /tests/lib/Http
parent8857599656f0ad14253084388fab7570208b21db (diff)
downloadnextcloud-server-f57c12b14e360f1694a699fce5a7e8ae4c50b91c.tar.gz
nextcloud-server-f57c12b14e360f1694a699fce5a7e8ae4c50b91c.zip
Fix various deprecation warnings in tests on PHP 8.3
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests/lib/Http')
-rw-r--r--tests/lib/Http/Client/ClientTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Http/Client/ClientTest.php b/tests/lib/Http/Client/ClientTest.php
index e48e237e0cc..3cef9d75986 100644
--- a/tests/lib/Http/Client/ClientTest.php
+++ b/tests/lib/Http/Client/ClientTest.php
@@ -36,6 +36,7 @@ class ClientTest extends \Test\TestCase {
private $config;
/** @var IRemoteHostValidator|MockObject */
private IRemoteHostValidator $remoteHostValidator;
+ private LoggerInterface $logger;
/** @var array */
private $defaultRequestOptions;