PHP 클래스 Gush\Tests\Subscriber\GitRepoSubscriberTest

상속: extends Gush\Tests\BaseTestCase
파일 보기 프로젝트 열기: gushphp/gush

공개 메소드들

메소드 설명
adds_options_for_git_repo_featured_command ( )
allows_to_overwrite_configured_adapter ( )
allows_to_overwrite_configured_org_and_repo ( )
allows_to_overwrite_configured_org_and_repo_for_issue ( )
detects_and_informs_missing_adapter_information ( )
does_not_inform_repo_info_is_configured ( )
does_not_inform_repo_info_is_provided ( )
does_not_inform_when_adapter_is_configured ( )
does_not_inform_when_adapter_is_provided ( )
throws_error_on_invalid_issue_adapter ( )
throws_error_on_invalid_repo_adapter ( )
throws_error_when_adapter_is_supported_but_not_configured ( )
throws_error_when_no_options_given_and_not_in_git_dir ( )
throws_error_when_not_configured_and_no_remote_is_set_for_auto_detection ( )

보호된 메소드들

메소드 설명
getGitConfigHelper ( $hasRemote = true )

비공개 메소드들

메소드 설명
runCommandTest ( Gush\Command\BaseCommand $command, array $input = [], array $localConfig = [], Closure | null $helperSetManipulator = null ) : Symfony\Component\Console\Tester\CommandTester

메소드 상세

allows_to_overwrite_configured_adapter() 공개 메소드

allows_to_overwrite_configured_org_and_repo() 공개 메소드

allows_to_overwrite_configured_org_and_repo_for_issue() 공개 메소드

detects_and_informs_missing_adapter_information() 공개 메소드

does_not_inform_repo_info_is_configured() 공개 메소드

does_not_inform_repo_info_is_provided() 공개 메소드

does_not_inform_when_adapter_is_configured() 공개 메소드

does_not_inform_when_adapter_is_provided() 공개 메소드

getGitConfigHelper() 보호된 메소드

protected getGitConfigHelper ( $hasRemote = true )

throws_error_on_invalid_issue_adapter() 공개 메소드

throws_error_on_invalid_repo_adapter() 공개 메소드

throws_error_when_adapter_is_supported_but_not_configured() 공개 메소드

throws_error_when_no_options_given_and_not_in_git_dir() 공개 메소드

throws_error_when_not_configured_and_no_remote_is_set_for_auto_detection() 공개 메소드