diff options
author | Joas Schilling <coding@schilljs.com> | 2023-10-27 08:08:24 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-01-26 13:53:32 +0100 |
commit | 34ea298843f8d5c6f3c51dce68fa17b6c7e0b93d (patch) | |
tree | 2b776ad0c4edf3674326de944671b843b0cc65e9 /build | |
parent | cc4e2f9e38d00a48913e7f8c226f65fcca56f71e (diff) | |
download | nextcloud-server-34ea298843f8d5c6f3c51dce68fa17b6c7e0b93d.tar.gz nextcloud-server-34ea298843f8d5c6f3c51dce68fa17b6c7e0b93d.zip |
Fix "Creation of dynamic property CommandLineContext::$…BaseUrl is deprecated in CommandLineContext.php on line 41"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/bootstrap/CommandLineContext.php | 2 |
1 files changed, 2 insertions, 0 deletions
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, '/') . '/'; |