mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
Fix "Creation of dynamic property CommandLineContext::$…BaseUrl is deprecated in CommandLineContext.php on line 41"
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
cc4e2f9e38
commit
34ea298843
1 changed files with 2 additions and 0 deletions
|
|
@ -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, '/') . '/';
|
||||
|
|
|
|||
Loading…
Reference in a new issue