PHP Class VersionPress\Tests\End2End\Utils\End2EndTestCase

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Afficher le fichier Open project: versionpress/versionpress Class Usage Examples

Protected Properties

Свойство Type Description
$commitAsserter VersionPress\Tests\Utils\CommitAsserter
$gitRepository VersionPress\Git\GitRepository
$testConfig VersionPress\Tests\Utils\TestConfig
$wpAutomation VersionPress\Tests\Automation\WpAutomation

Méthodes publiques

Méthode Description
__construct ( $name = null, array $data = [], $dataName = '' )
setUpBeforeClass ( )

Méthodes protégées

Méthode Description
setUp ( )

Private Methods

Méthode Description
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 ( )

Method Details

__construct() public méthode

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

setUp() protected méthode

protected setUp ( )

setUpBeforeClass() public static méthode

public static setUpBeforeClass ( )

Property Details

$commitAsserter protected_oe property

protected CommitAsserter,VersionPress\Tests\Utils $commitAsserter
Résultat VersionPress\Tests\Utils\CommitAsserter

$gitRepository protected_oe property

protected GitRepository,VersionPress\Git $gitRepository
Résultat VersionPress\Git\GitRepository

$testConfig protected_oe static_oe property

protected static TestConfig,VersionPress\Tests\Utils $testConfig
Résultat VersionPress\Tests\Utils\TestConfig

$wpAutomation protected_oe static_oe property

protected static WpAutomation,VersionPress\Tests\Automation $wpAutomation
Résultat VersionPress\Tests\Automation\WpAutomation