소스 검색

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
No account linked to committer's email address
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, '/') . '/';

Loading…
취소
저장