From 34ea298843f8d5c6f3c51dce68fa17b6c7e0b93d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 27 Oct 2023 08:08:24 +0200 Subject: [PATCH] =?utf8?q?Fix=20"Creation=20of=20dynamic=20property=20Comm?= =?utf8?q?andLineContext::$=E2=80=A6BaseUrl=20is=20deprecated=20in=20Comma?= =?utf8?q?ndLineContext.php=20on=20line=2041"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Joas Schilling --- build/integration/features/bootstrap/CommandLineContext.php | 2 ++ 1 file changed, 2 insertions(+) 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, '/') . '/'; -- 2.39.5