PHP Class VersionPress\Tests\SynchronizerTests\SynchronizerTestCase

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: versionpress/versionpress Class Usage Examples

Protected Properties

Property Type Description
$database VersionPress\Database\Database
$schemaInfo VersionPress\Database\DbSchemaInfo
$shortcodesReplacer VersionPress\Database\ShortcodesReplacer
$storageFactory VersionPress\Storages\StorageFactory
$tableSchemaRepository VersionPress\Database\TableSchemaStorage
$testConfig VersionPress\Tests\Utils\TestConfig
$urlReplacer VersionPress\Utils\AbsoluteUrlReplacer
$vpidRepository VersionPress\Database\VpidRepository

Public Methods

Method Description
setUpBeforeClass ( )
tearDownAfterClass ( )

Private Methods

Method Description
setUpSite ( )

Method Details

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

tearDownAfterClass() public static method

public static tearDownAfterClass ( )

Property Details

$database protected static property

protected static Database,VersionPress\Database $database
return VersionPress\Database\Database

$schemaInfo protected static property

protected static DbSchemaInfo,VersionPress\Database $schemaInfo
return VersionPress\Database\DbSchemaInfo

$shortcodesReplacer protected static property

protected static ShortcodesReplacer,VersionPress\Database $shortcodesReplacer
return VersionPress\Database\ShortcodesReplacer

$storageFactory protected static property

protected static StorageFactory,VersionPress\Storages $storageFactory
return VersionPress\Storages\StorageFactory

$tableSchemaRepository protected static property

protected static TableSchemaStorage,VersionPress\Database $tableSchemaRepository
return VersionPress\Database\TableSchemaStorage

$testConfig protected static property

protected static TestConfig,VersionPress\Tests\Utils $testConfig
return VersionPress\Tests\Utils\TestConfig

$urlReplacer protected static property

protected static AbsoluteUrlReplacer,VersionPress\Utils $urlReplacer
return VersionPress\Utils\AbsoluteUrlReplacer

$vpidRepository protected static property

protected static VpidRepository,VersionPress\Database $vpidRepository
return VersionPress\Database\VpidRepository