PHP 클래스 Gitlab\Tests\Api\RepositoriesTest

상속: extends Gitlab\Tests\Api\ApiTestCase
파일 보기 프로젝트 열기: m4tthumphrey/php-gitlab-api

공개 메소드들

메소드 설명
shouldCompare ( )
shouldCreateBranch ( )
shouldCreateCommitComment ( )
shouldCreateCommitCommentWithParams ( )
shouldCreateFile ( )
shouldCreateFileWithEncoding ( )
shouldCreateRelease ( )
shouldCreateTag ( )
shouldDeleteBranch ( )
shouldDeleteFile ( )
shouldGetBlob ( )
shouldGetBranch ( )
shouldGetBranches ( )
shouldGetCommit ( )
shouldGetCommitBuilds ( )
shouldGetCommitBuildsWithScope ( )
shouldGetCommitComments ( )
shouldGetCommits ( )
shouldGetCommitsWithParams ( )
shouldGetContributors ( )
shouldGetDiff ( )
shouldGetFile ( )
shouldGetTags ( )
shouldGetTree ( )
shouldGetTreeWithParams ( )
shouldProtectBranch ( )
shouldProtectBranchWithPermissions ( )
shouldUnprotectBranch ( )
shouldUpdateFile ( )
shouldUpdateFileWithEncoding ( )
shouldUpdateRelease ( )

보호된 메소드들

메소드 설명
getApiClass ( )

메소드 상세

getApiClass() 보호된 메소드

protected getApiClass ( )

shouldCompare() 공개 메소드

public shouldCompare ( )

shouldCreateBranch() 공개 메소드

public shouldCreateBranch ( )

shouldCreateCommitComment() 공개 메소드

shouldCreateCommitCommentWithParams() 공개 메소드

shouldCreateFile() 공개 메소드

public shouldCreateFile ( )

shouldCreateFileWithEncoding() 공개 메소드

shouldCreateRelease() 공개 메소드

public shouldCreateRelease ( )

shouldCreateTag() 공개 메소드

public shouldCreateTag ( )

shouldDeleteBranch() 공개 메소드

public shouldDeleteBranch ( )

shouldDeleteFile() 공개 메소드

public shouldDeleteFile ( )

shouldGetBlob() 공개 메소드

public shouldGetBlob ( )

shouldGetBranch() 공개 메소드

public shouldGetBranch ( )

shouldGetBranches() 공개 메소드

public shouldGetBranches ( )

shouldGetCommit() 공개 메소드

public shouldGetCommit ( )

shouldGetCommitBuilds() 공개 메소드

shouldGetCommitBuildsWithScope() 공개 메소드

shouldGetCommitComments() 공개 메소드

shouldGetCommits() 공개 메소드

public shouldGetCommits ( )

shouldGetCommitsWithParams() 공개 메소드

shouldGetContributors() 공개 메소드

shouldGetDiff() 공개 메소드

public shouldGetDiff ( )

shouldGetFile() 공개 메소드

public shouldGetFile ( )

shouldGetTags() 공개 메소드

public shouldGetTags ( )

shouldGetTree() 공개 메소드

public shouldGetTree ( )

shouldGetTreeWithParams() 공개 메소드

shouldProtectBranch() 공개 메소드

public shouldProtectBranch ( )

shouldProtectBranchWithPermissions() 공개 메소드

shouldUnprotectBranch() 공개 메소드

shouldUpdateFile() 공개 메소드

public shouldUpdateFile ( )

shouldUpdateFileWithEncoding() 공개 메소드

shouldUpdateRelease() 공개 메소드

public shouldUpdateRelease ( )