PHP Class Gush\Tests\Command\PullRequest\PullRequestSemVerCommandTest

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

Public Methods

Method Description
getSemVersions ( )
testGetSemverFor ( string $optionName, string $tag, string $expectedResult )

Protected Methods

Method Description
getGitConfigHelper ( )
getGitHelper ( $isGitDir = true, $tag = 'v1.0.0' )

Method Details

getGitConfigHelper() protected method

protected getGitConfigHelper ( )

getGitHelper() protected method

protected getGitHelper ( $isGitDir = true, $tag = 'v1.0.0' )

getSemVersions() public static method

public static getSemVersions ( )

testGetSemverFor() public method

public testGetSemverFor ( string $optionName, string $tag, string $expectedResult )
$optionName string
$tag string
$expectedResult string