PHP Class Gush\Tests\Command\Branch\BranchMergeCommandTest

Inheritance: extends Gush\Tests\Command\CommandTestCase
Show file Open project: gushphp/gush

Public Methods

Method Description
testMergeBranchWithConfiguredWorkflow ( )
testMergeBranchWithCustomMessage ( )
testMergeBranchWithDefaultWorkFlow ( )
testMergePullRequestWithFastForward ( )
testMergePullRequestWithForceSquashOption ( )
testMergePullRequestWithSquashOption ( )

Protected Methods

Method Description
getGitConfigHelper ( )

Private Methods

Method Description
getLocalGitHelper ( $message = null, $squash = false, $forceSquash = false, $fastForward = false )

Method Details

getGitConfigHelper() protected method

protected getGitConfigHelper ( )

testMergeBranchWithConfiguredWorkflow() public method

testMergeBranchWithCustomMessage() public method

testMergeBranchWithDefaultWorkFlow() public method

testMergePullRequestWithFastForward() public method

testMergePullRequestWithForceSquashOption() public method

testMergePullRequestWithSquashOption() public method