PHP Class Gush\Tests\Command\Branch\BranchChangelogCommandTest

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

Public Methods

Method Description
testFailsWhenNoTagsAreFoundOnBranch ( )
testSearchWithIssuePattern ( )
testShowChangelogWhenTagIsFoundForBranch ( )

Protected Methods

Method Description
getGitHelper ( $isGitDir = true, $hasTag = true )

Method Details

getGitHelper() protected method

protected getGitHelper ( $isGitDir = true, $hasTag = true )

testFailsWhenNoTagsAreFoundOnBranch() public method

testSearchWithIssuePattern() public method

testShowChangelogWhenTagIsFoundForBranch() public method