PHP Class Pantheon\Terminus\UnitTests\Commands\Multidev\MergeToDevCommandTest

Inheritance: extends MultidevCommandTest
Datei anzeigen Open project: pantheon-systems/terminus

Public Methods

Method Description
testMergeToDev ( ) Tests the multidev:merge-to-dev command
testMergeToDevFailure ( ) Tests to ensure the multidev:merge-to-dev throws an error when the environment-creation operation fails
testMergeToDevWithUpdateDB ( ) Tests to ensure the multidev:merge-to-dev to ensure it passes the 'updatedb' option successfully

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testMergeToDev() public method

Tests the multidev:merge-to-dev command
public testMergeToDev ( )

testMergeToDevFailure() public method

Tests to ensure the multidev:merge-to-dev throws an error when the environment-creation operation fails

testMergeToDevWithUpdateDB() public method

Tests to ensure the multidev:merge-to-dev to ensure it passes the 'updatedb' option successfully