浏览代码

Fix "Creation of dynamic property CommandLineContext::$…BaseUrl is deprecated in CommandLineContext.php on line 41"

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v29.0.0beta1
Joas Schilling 7 个月前
父节点
当前提交
34ea298843
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      build/integration/features/bootstrap/CommandLineContext.php

+ 2
- 0
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, '/') . '/';

正在加载...
取消
保存