PHP 클래스 Gush\Tests\Validator\MergeWorkflowValidatorTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: gushphp/gush

공개 메소드들

메소드 설명
provideAllowedBranches ( )
provideDeniedBranches ( )
provideInvalidGitFlowBranches ( )
provideInvalidSemverBranches ( )
provideValidGitFlowBranches ( )
provideValidSemverBranches ( )
testBranchRestrictionsDeniesAccessForUnknownBranchWithPolicyDeny ( )
testBranchRestrictionsWithAllowUnknown ( string $source, string $target )
testBranchRestrictionsWithDeniedBranchAndAllowUnknown ( string $source, string $target )
testInvalidGitFlowPresetWithNoBranches ( string $source )
testInvalidSemverPresetWithNoBranches ( string $source, string $target, string $invalidPart )
testValidGitFlowPresetWithNoBranches ( string $source, string $target )
testValidSemverPresetWithNoBranches ( string $source, string $target )

메소드 상세

provideAllowedBranches() 공개 메소드

provideDeniedBranches() 공개 메소드

provideInvalidGitFlowBranches() 공개 메소드

provideInvalidSemverBranches() 공개 메소드

provideValidGitFlowBranches() 공개 메소드

provideValidSemverBranches() 공개 메소드

testBranchRestrictionsDeniesAccessForUnknownBranchWithPolicyDeny() 공개 메소드

testBranchRestrictionsWithAllowUnknown() 공개 메소드

public testBranchRestrictionsWithAllowUnknown ( string $source, string $target )
$source string
$target string

testBranchRestrictionsWithDeniedBranchAndAllowUnknown() 공개 메소드

testInvalidGitFlowPresetWithNoBranches() 공개 메소드

testInvalidSemverPresetWithNoBranches() 공개 메소드

public testInvalidSemverPresetWithNoBranches ( string $source, string $target, string $invalidPart )
$source string
$target string
$invalidPart string

testValidGitFlowPresetWithNoBranches() 공개 메소드

public testValidGitFlowPresetWithNoBranches ( string $source, string $target )
$source string
$target string

testValidSemverPresetWithNoBranches() 공개 메소드

public testValidSemverPresetWithNoBranches ( string $source, string $target )
$source string
$target string