PHP 클래스 VersionPress\Tests\End2End\Utils\WpCliWorker

상속: implements VersionPress\Tests\End2End\Utils\ITestWorker
파일 보기 프로젝트 열기: versionpress/versionpress 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$testConfig VersionPress\Tests\Utils\TestConfig
$wpAutomation

공개 메소드들

메소드 설명
__construct ( TestConfig $testConfig )

보호된 메소드들

메소드 설명
getRelativePath ( $absolutePath ) : string Returns relative path of given path to the WP site.

메소드 상세

__construct() 공개 메소드

public __construct ( TestConfig $testConfig )
$testConfig VersionPress\Tests\Utils\TestConfig

getRelativePath() 보호된 메소드

Returns relative path of given path to the WP site.
protected getRelativePath ( $absolutePath ) : string
$absolutePath
리턴 string

프로퍼티 상세

$testConfig 보호되어 있는 프로퍼티

protected TestConfig,VersionPress\Tests\Utils $testConfig
리턴 VersionPress\Tests\Utils\TestConfig

$wpAutomation 보호되어 있는 프로퍼티

protected $wpAutomation