From: Joas Schilling Date: Fri, 27 Oct 2023 06:08:24 +0000 (+0200) Subject: Fix "Creation of dynamic property CommandLineContext::$…BaseUrl is deprecated in... X-Git-Tag: v29.0.0beta1~374^2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=34ea298843f8d5c6f3c51dce68fa17b6c7e0b93d;p=nextcloud-server.git Fix "Creation of dynamic property CommandLineContext::$…BaseUrl is deprecated in CommandLineContext.php on line 41" Signed-off-by: Joas Schilling --- diff --git a/build/integration/features/bootstrap/CommandLineContext.php b/build/integration/features/bootstrap/CommandLineContext.php index afe17cd75a4..8f9cfc7b45a 100644 --- a/build/integration/features/bootstrap/CommandLineContext.php +++ b/build/integration/features/bootstrap/CommandLineContext.php @@ -35,6 +35,8 @@ class CommandLineContext implements \Behat\Behat\Context\Context { private $lastTransferPath; private $featureContext; + private $localBaseUrl; + private $remoteBaseUrl; public function __construct($ocPath, $baseUrl) { $this->ocPath = rtrim($ocPath, '/') . '/';