PHP Class Pantheon\Terminus\UnitTests\Commands\Env\DeployCommandTest

Inheritance: extends EnvCommandTest
Show file Open project: pantheon-systems/terminus

Public Methods

Method Description
testDeploy ( ) Tests the env:deploy command success with all parameters
testDeployLive ( ) Tests the env:deploy command to live
testDeployNoCode ( ) Tests the env:deploy command where no code is deployable
testDeployUninitialized ( ) Tests the env:deploy command when the environment is uninitialized

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testDeploy() public method

Tests the env:deploy command success with all parameters
public testDeploy ( )

testDeployLive() public method

Tests the env:deploy command to live
public testDeployLive ( )

testDeployNoCode() public method

Tests the env:deploy command where no code is deployable
public testDeployNoCode ( )

testDeployUninitialized() public method

Tests the env:deploy command when the environment is uninitialized