]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix "Creation of dynamic property CommandLineContext::$…BaseUrl is deprecated in...
authorJoas Schilling <coding@schilljs.com>
Fri, 27 Oct 2023 06:08:24 +0000 (08:08 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 26 Jan 2024 12:53:32 +0000 (13:53 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
build/integration/features/bootstrap/CommandLineContext.php

index afe17cd75a4064a5530357fbd5888d9ce4bcc0b0..8f9cfc7b45ae8373cd2ba75937227481e5ec6b5d 100644 (file)
@@ -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, '/') . '/';