PHP Class Gush\Tests\Command\PullRequest\PullRequestCheckoutCommandTest

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

Public Methods

Method Description
testCheckoutBranch ( )
testCheckoutBranchWithExistingSourceBranch ( )
testCheckoutBranchWithExistingSourceBranchRemoteMismatchFails ( )

Protected Methods

Method Description
getGitConfigHelper ( $localBranchExists = false, $remoteMatches = false )

Private Methods

Method Description
getLocalGitHelper ( $localBranchExists = false, $remoteMatches = true )

Method Details

getGitConfigHelper() protected method

protected getGitConfigHelper ( $localBranchExists = false, $remoteMatches = false )

testCheckoutBranch() public method

public testCheckoutBranch ( )

testCheckoutBranchWithExistingSourceBranch() public method

testCheckoutBranchWithExistingSourceBranchRemoteMismatchFails() public method