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

Inheritance: extends MultidevCommandTest
Exibir arquivo Open project: pantheon-systems/terminus

Public Methods

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

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testMergeFromDev() public method

Tests the multidev:merge-from-dev command
public testMergeFromDev ( )

testMergeFromDevFailure() public method

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

testMergeFromDevWithUpdateDB() public method

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