PHP Class Gush\Tests\Command\PullRequest\PullRequestSquashCommandTest

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

Public Methods

Method Description
testDoNotResetLocalBranch ( )
testDoNotResetLocalBranchWhenIsMissing ( )
testDoesNotWarnPossibleAccessDeniedWhenBranchIsOnSameOrg ( )
testSquashesCommitsAndForcePushesBranch ( )
testWarnPossibleAccessDenied ( )

Protected Methods

Method Description
getGitConfigHelper ( )
getGitHelper ( $isGitDir = true, $branchExists = true, $localSync = true )

Method Details

getGitConfigHelper() protected method

protected getGitConfigHelper ( )

getGitHelper() protected method

protected getGitHelper ( $isGitDir = true, $branchExists = true, $localSync = true )

testDoNotResetLocalBranch() public method

testDoNotResetLocalBranchWhenIsMissing() public method

testDoesNotWarnPossibleAccessDeniedWhenBranchIsOnSameOrg() public method

testSquashesCommitsAndForcePushesBranch() public method

testWarnPossibleAccessDenied() public method