PHP Class Gush\Tests\Command\Issue\IssueTakeCommandTest

Inheritance: extends Gush\Tests\Command\CommandTestCase
Mostrar archivo Open project: gushphp/gush

Public Methods

Method Description
testTakeIssue ( )
testTakeIssueFromSpecificOrgAndRepo ( )
testTakeIssueWithSpecificBase ( )
testTakeIssueWithSpecificBaseFromConfig ( )

Protected Methods

Method Description
getGitConfigHelper ( $org = 'gushphp', $repo = 'gush' )

Private Methods

Method Description
expectTextHelper ( )
getLocalGitHelper ( $remote = 'gushphp', $baseBranch = 'gushphp/master' )

Method Details

getGitConfigHelper() protected method

protected getGitConfigHelper ( $org = 'gushphp', $repo = 'gush' )

testTakeIssue() public method

public testTakeIssue ( )

testTakeIssueFromSpecificOrgAndRepo() public method

testTakeIssueWithSpecificBase() public method

testTakeIssueWithSpecificBaseFromConfig() public method