PHP 클래스 Pantheon\Terminus\UnitTests\Models\EnvironmentTest

상속: extends ModelTestCase
파일 보기 프로젝트 열기: pantheon-systems/terminus

보호된 프로퍼티들

프로퍼티 타입 설명
$container League\Container\Container
$workflow Pantheon\Terminus\Models\Workflow
$workflows Pantheon\Terminus\Collections\Workflows

공개 메소드들

메소드 설명
_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 ( )

보호된 메소드들

메소드 설명
_createModel ( $params = ['id' => 'dev'] )
_testGetParentEnvironment ( $id, $parent )
_testWorkflowOperation ( $method, $method_params, $wf_name, $wf_params = null, $model_params = ['id' => 'dev'] )

메소드 상세

_createModel() 보호된 메소드

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

_getCommits() 공개 메소드

public _getCommits ( $commit_labels )

_getModelWithCommits() 공개 메소드

public _getModelWithCommits ( $commit_labels )

_testGetParentEnvironment() 보호된 메소드

protected _testGetParentEnvironment ( $id, $parent )

_testWorkflowOperation() 보호된 메소드

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

setUp() 공개 메소드

public setUp ( )

testApplyUpstreamUpdates() 공개 메소드

testCacheserverConnectionInfo() 공개 메소드

testChangeConnectionMode() 공개 메소드

testClearCache() 공개 메소드

public testClearCache ( )

testCloneDatabase() 공개 메소드

public testCloneDatabase ( )

testCloneFiles() 공개 메소드

public testCloneFiles ( )

testCommitChanges() 공개 메소드

public testCommitChanges ( )

testConnectionInfo() 공개 메소드

public testConnectionInfo ( )

testConvergeBindings() 공개 메소드

testCountDeployableCode() 공개 메소드

testDashboardUrl() 공개 메소드

public testDashboardUrl ( )

testDatabaseConnectionInfo() 공개 메소드

testDelete() 공개 메소드

public testDelete ( )

testDeleteWithBranch() 공개 메소드

testDeploy() 공개 메소드

public testDeploy ( )

testDiffstat() 공개 메소드

public testDiffstat ( )

testDisableHttpsCertificate() 공개 메소드

testDisableHttpsCertificateFailed() 공개 메소드

testDisableHttpsCertificateNotEnabled() 공개 메소드

testDomain() 공개 메소드

public testDomain ( )

testEnvIsInitialized() 공개 메소드

testGetDrushVersion() 공개 메소드

public testGetDrushVersion ( )

testGetLock() 공개 메소드

public testGetLock ( )

testGetName() 공개 메소드

public testGetName ( )

testGetParentEnvironmentDev() 공개 메소드

testGetParentEnvironmentLive() 공개 메소드

testGetParentEnvironmentMultiDev() 공개 메소드

testGetParentEnvironmentTest() 공개 메소드

testGitConnectionInfo() 공개 메소드

testImport() 공개 메소드

public testImport ( )

testImportDatabase() 공개 메소드

public testImportDatabase ( )

testImportFiles() 공개 메소드

public testImportFiles ( )

testInitializeBindings() 공개 메소드

testIsMultidev() 공개 메소드

public testIsMultidev ( )

testMergeFromDev() 공개 메소드

public testMergeFromDev ( )

testMergeToDev() 공개 메소드

public testMergeToDev ( )

testSendCommandViaSsh() 공개 메소드

testSerialize() 공개 메소드

public testSerialize ( )

testSetHttpsCertificate() 공개 메소드

testSftpConnectionInfo() 공개 메소드

testSftpConnectionInfoHost() 공개 메소드

testSftpConnectionInfoSSHHost() 공개 메소드

testWake() 공개 메소드

public testWake ( )

testWipe() 공개 메소드

public testWipe ( )

프로퍼티 상세

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

protected Container,League\Container $container
리턴 League\Container\Container

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

protected Workflow,Pantheon\Terminus\Models $workflow
리턴 Pantheon\Terminus\Models\Workflow

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

protected Workflows,Pantheon\Terminus\Collections $workflows
리턴 Pantheon\Terminus\Collections\Workflows