PHP Class Gush\Tests\Command\Branch\BranchDeleteCommandTest

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

Public Methods

Method Description
testDeletesCurrentRemoteBranchWhenNonInteractive ( )
testDeletesRemoteBranchAfterConfirmationWhenInteractive ( )
testDeletesSpecificRemoteBranchWhenNonInteractive ( )
testKeepsRemoteBranchAfterCancellationWhenInteractive ( )

Private Methods

Method Description
getLocalGitHelper ( $branchName = 'branch-name', $deletedBranch = null, $pushed = true, $remote = 'cordoval' )

Method Details

testDeletesCurrentRemoteBranchWhenNonInteractive() public method

testDeletesRemoteBranchAfterConfirmationWhenInteractive() public method

testDeletesSpecificRemoteBranchWhenNonInteractive() public method

testKeepsRemoteBranchAfterCancellationWhenInteractive() public method