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

상속: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: versionpress/versionpress 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$commitAsserter VersionPress\Tests\Utils\CommitAsserter
$gitRepository VersionPress\Git\GitRepository
$testConfig VersionPress\Tests\Utils\TestConfig
$wpAutomation VersionPress\Tests\Automation\WpAutomation

공개 메소드들

메소드 설명
__construct ( $name = null, array $data = [], $dataName = '' )
setUpBeforeClass ( )

보호된 메소드들

메소드 설명
setUp ( )

비공개 메소드들

메소드 설명
setUpSite ( boolean $force ) Check if site is set up and VersionPress fully activated, and if not, do so. The $force parametr may force this.
staticInitialization ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $name = null, array $data = [], $dataName = '' )
$data array

setUp() 보호된 메소드

protected setUp ( )

setUpBeforeClass() 공개 정적인 메소드

public static setUpBeforeClass ( )

프로퍼티 상세

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

protected CommitAsserter,VersionPress\Tests\Utils $commitAsserter
리턴 VersionPress\Tests\Utils\CommitAsserter

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

protected GitRepository,VersionPress\Git $gitRepository
리턴 VersionPress\Git\GitRepository

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

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

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

protected static WpAutomation,VersionPress\Tests\Automation $wpAutomation
리턴 VersionPress\Tests\Automation\WpAutomation