PHP Class Pantheon\Terminus\UnitTests\Models\EnvironmentTest

Inheritance: extends ModelTestCase
Afficher le fichier Open project: pantheon-systems/terminus

Protected Properties

Свойство Type Description
$container League\Container\Container
$workflow Pantheon\Terminus\Models\Workflow
$workflows Pantheon\Terminus\Collections\Workflows

Méthodes publiques

Méthode Description
_getCommits ( $commit_labels )
_getModelWithCommits ( $commit_labels )
setUp ( )
testApplyUpstreamUpdates ( )
testCacheserverConnectionInfo ( )
testChangeConnectionMode ( )
testClearCache ( )
testCloneDatabase ( )
testCloneFiles ( )
testCommitChanges ( )
testConnectionInfo ( )
testConvergeBindings ( )
testCountDeployableCode ( )
testDashboardUrl ( )
testDatabaseConnectionInfo ( )
testDelete ( )
testDeleteWithBranch ( )
testDeploy ( )
testDiffstat ( )
testDisableHttpsCertificate ( )
testDisableHttpsCertificateFailed ( )
testDisableHttpsCertificateNotEnabled ( )
testDomain ( )
testEnvIsInitialized ( )
testGetDrushVersion ( )
testGetLock ( )
testGetName ( )
testGetParentEnvironmentDev ( )
testGetParentEnvironmentLive ( )
testGetParentEnvironmentMultiDev ( )
testGetParentEnvironmentTest ( )
testGitConnectionInfo ( )
testImport ( )
testImportDatabase ( )
testImportFiles ( )
testInitializeBindings ( )
testIsMultidev ( )
testMergeFromDev ( )
testMergeToDev ( )
testSendCommandViaSsh ( )
testSerialize ( )
testSetHttpsCertificate ( )
testSftpConnectionInfo ( )
testSftpConnectionInfoHost ( )
testSftpConnectionInfoSSHHost ( )
testWake ( )
testWipe ( )

Méthodes protégées

Méthode Description
_createModel ( $params = ['id' => 'dev'] )
_testGetParentEnvironment ( $id, $parent )
_testWorkflowOperation ( $method, $method_params, $wf_name, $wf_params = null, $model_params = ['id' => 'dev'] )

Method Details

_createModel() protected méthode

protected _createModel ( $params = ['id' => 'dev'] )

_getCommits() public méthode

public _getCommits ( $commit_labels )

_getModelWithCommits() public méthode

public _getModelWithCommits ( $commit_labels )

_testGetParentEnvironment() protected méthode

protected _testGetParentEnvironment ( $id, $parent )

_testWorkflowOperation() protected méthode

protected _testWorkflowOperation ( $method, $method_params, $wf_name, $wf_params = null, $model_params = ['id' => 'dev'] )

setUp() public méthode

public setUp ( )

testApplyUpstreamUpdates() public méthode

testCacheserverConnectionInfo() public méthode

testChangeConnectionMode() public méthode

testClearCache() public méthode

public testClearCache ( )

testCloneDatabase() public méthode

public testCloneDatabase ( )

testCloneFiles() public méthode

public testCloneFiles ( )

testCommitChanges() public méthode

public testCommitChanges ( )

testConnectionInfo() public méthode

public testConnectionInfo ( )

testConvergeBindings() public méthode

testCountDeployableCode() public méthode

testDashboardUrl() public méthode

public testDashboardUrl ( )

testDatabaseConnectionInfo() public méthode

testDelete() public méthode

public testDelete ( )

testDeleteWithBranch() public méthode

testDeploy() public méthode

public testDeploy ( )

testDiffstat() public méthode

public testDiffstat ( )

testDisableHttpsCertificate() public méthode

testDisableHttpsCertificateFailed() public méthode

testDisableHttpsCertificateNotEnabled() public méthode

testDomain() public méthode

public testDomain ( )

testEnvIsInitialized() public méthode

testGetDrushVersion() public méthode

public testGetDrushVersion ( )

testGetLock() public méthode

public testGetLock ( )

testGetName() public méthode

public testGetName ( )

testGetParentEnvironmentDev() public méthode

testGetParentEnvironmentLive() public méthode

testGetParentEnvironmentMultiDev() public méthode

testGetParentEnvironmentTest() public méthode

testGitConnectionInfo() public méthode

testImport() public méthode

public testImport ( )

testImportDatabase() public méthode

public testImportDatabase ( )

testImportFiles() public méthode

public testImportFiles ( )

testInitializeBindings() public méthode

testIsMultidev() public méthode

public testIsMultidev ( )

testMergeFromDev() public méthode

public testMergeFromDev ( )

testMergeToDev() public méthode

public testMergeToDev ( )

testSendCommandViaSsh() public méthode

testSerialize() public méthode

public testSerialize ( )

testSetHttpsCertificate() public méthode

testSftpConnectionInfo() public méthode

testSftpConnectionInfoHost() public méthode

testSftpConnectionInfoSSHHost() public méthode

testWake() public méthode

public testWake ( )

testWipe() public méthode

public testWipe ( )

Property Details

$container protected_oe property

protected Container,League\Container $container
Résultat League\Container\Container

$workflow protected_oe property

protected Workflow,Pantheon\Terminus\Models $workflow
Résultat Pantheon\Terminus\Models\Workflow

$workflows protected_oe property

protected Workflows,Pantheon\Terminus\Collections $workflows
Résultat Pantheon\Terminus\Collections\Workflows