PHP 클래스 Gitlab\Tests\Api\GroupsTest

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

공개 메소드들

메소드 설명
shouldAddMember ( )
shouldCreateGroup ( )
shouldCreateGroupWithDescriptionAndVisLevel ( )
shouldGetAllGroups ( )
shouldGetMembers ( )
shouldNotNeedPaginationWhenGettingGroups ( )
shouldRemoveGroup ( )
shouldRemoveMember ( )
shouldSaveMember ( )
shouldSearchGroups ( )
shouldSearchGroupsWithPagination ( )
shouldShowGroup ( )
shouldTransferProjectToGroup ( )
shouldUpdateGroup ( )

보호된 메소드들

메소드 설명
getApiClass ( )

메소드 상세

getApiClass() 보호된 메소드

protected getApiClass ( )

shouldAddMember() 공개 메소드

public shouldAddMember ( )

shouldCreateGroup() 공개 메소드

public shouldCreateGroup ( )

shouldCreateGroupWithDescriptionAndVisLevel() 공개 메소드

shouldGetAllGroups() 공개 메소드

public shouldGetAllGroups ( )

shouldGetMembers() 공개 메소드

public shouldGetMembers ( )

shouldNotNeedPaginationWhenGettingGroups() 공개 메소드

shouldRemoveGroup() 공개 메소드

public shouldRemoveGroup ( )

shouldRemoveMember() 공개 메소드

public shouldRemoveMember ( )

shouldSaveMember() 공개 메소드

public shouldSaveMember ( )

shouldSearchGroups() 공개 메소드

public shouldSearchGroups ( )

shouldSearchGroupsWithPagination() 공개 메소드

shouldShowGroup() 공개 메소드

public shouldShowGroup ( )

shouldTransferProjectToGroup() 공개 메소드

shouldUpdateGroup() 공개 메소드

public shouldUpdateGroup ( )