PHP 클래스 eZ\Bundle\EzPublishRestBundle\Tests\Functional\ContentTypeTest

상속: extends TestCase
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
deleteContentTypeDraftFieldDefinition ( $fieldDefinitionHref )
testAddContentTypeDraftFieldDefinition ( $contentTypeDraftHref ) : string
testContentTypeLoadFieldDefinitionList ( $contentTypeHref ) : string
testCopyContentType ( $sourceContentTypeHref ) : string
testCreateContentType ( $contentTypeGroupHref )
testCreateContentTypeDraft ( $contentTypeHref ) : string
testCreateContentTypeGroup ( )
testDeleteContentType ( $contentTypeHref )
testDeleteContentTypeDraft ( $contentTypeDraftHref )
testDeleteContentTypeGroupNotEmpty ( $contentTypeGroupHref )
testLinkContentTypeToGroup ( $contentTypeHref ) : string
testListContentTypes ( )
testListContentTypesByIdentifier ( )
testListContentTypesByRemoteId ( )
testListContentTypesForGroup ( string $contentTypeGroupHref )
testLoadContentType ( $contentTypeHref )
testLoadContentTypeDraft ( $contentTypeDraftHref )
testLoadContentTypeFieldDefinition ( $fieldDefinitionHref )
testLoadContentTypeGroup ( string $contentTypeGroupHref )
testLoadContentTypeGroupList ( )
testLoadContentTypeGroupListWithIdentifier ( )
testLoadContentTypeGroupNotFound ( string $contentTypeGroupHref )
testLoadContentTypeNotFound ( $contentTypeHref )
testLoadGroupsOfContentType ( $contentTypeHref )
testPublishContentTypeDraft ( $contentTypeHref )
testUnlinkContentTypeFromGroup ( $contentTypeHref )
testUpdateContentTypeDraft ( $contentTypeDraftHref )
testUpdateContentTypeDraftFieldDefinition ( $fieldDefinitionHref )
testUpdateContentTypeGroup ( $contentTypeGroupHref ) : string

메소드 상세

deleteContentTypeDraftFieldDefinition() 공개 메소드

public deleteContentTypeDraftFieldDefinition ( $fieldDefinitionHref )

testAddContentTypeDraftFieldDefinition() 공개 메소드

public testAddContentTypeDraftFieldDefinition ( $contentTypeDraftHref ) : string
리턴 string The content type draft field definition href

testContentTypeLoadFieldDefinitionList() 공개 메소드

public testContentTypeLoadFieldDefinitionList ( $contentTypeHref ) : string
리턴 string the href of the first field definition in the list

testCopyContentType() 공개 메소드

public testCopyContentType ( $sourceContentTypeHref ) : string
리턴 string The copied content type href

testCreateContentType() 공개 메소드

public testCreateContentType ( $contentTypeGroupHref )

testCreateContentTypeDraft() 공개 메소드

public testCreateContentTypeDraft ( $contentTypeHref ) : string
리턴 string the created content type draft href

testCreateContentTypeGroup() 공개 메소드

testDeleteContentType() 공개 메소드

public testDeleteContentType ( $contentTypeHref )

testDeleteContentTypeDraft() 공개 메소드

public testDeleteContentTypeDraft ( $contentTypeDraftHref )

testDeleteContentTypeGroupNotEmpty() 공개 메소드

public testDeleteContentTypeGroupNotEmpty ( $contentTypeGroupHref )

testLinkContentTypeToGroup() 공개 메소드

public testLinkContentTypeToGroup ( $contentTypeHref ) : string
리턴 string the content type href

testListContentTypes() 공개 메소드

testListContentTypesByIdentifier() 공개 메소드

testListContentTypesByRemoteId() 공개 메소드

testListContentTypesForGroup() 공개 메소드

public testListContentTypesForGroup ( string $contentTypeGroupHref )
$contentTypeGroupHref string

testLoadContentType() 공개 메소드

public testLoadContentType ( $contentTypeHref )

testLoadContentTypeDraft() 공개 메소드

public testLoadContentTypeDraft ( $contentTypeDraftHref )

testLoadContentTypeFieldDefinition() 공개 메소드

public testLoadContentTypeFieldDefinition ( $fieldDefinitionHref )

testLoadContentTypeGroup() 공개 메소드

public testLoadContentTypeGroup ( string $contentTypeGroupHref )
$contentTypeGroupHref string

testLoadContentTypeGroupList() 공개 메소드

testLoadContentTypeGroupListWithIdentifier() 공개 메소드

testLoadContentTypeGroupNotFound() 공개 메소드

public testLoadContentTypeGroupNotFound ( string $contentTypeGroupHref )
$contentTypeGroupHref string

testLoadContentTypeNotFound() 공개 메소드

public testLoadContentTypeNotFound ( $contentTypeHref )

testLoadGroupsOfContentType() 공개 메소드

public testLoadGroupsOfContentType ( $contentTypeHref )

testPublishContentTypeDraft() 공개 메소드

public testPublishContentTypeDraft ( $contentTypeHref )

testUnlinkContentTypeFromGroup() 공개 메소드

public testUnlinkContentTypeFromGroup ( $contentTypeHref )

testUpdateContentTypeDraft() 공개 메소드

public testUpdateContentTypeDraft ( $contentTypeDraftHref )

testUpdateContentTypeDraftFieldDefinition() 공개 메소드

public testUpdateContentTypeDraftFieldDefinition ( $fieldDefinitionHref )

testUpdateContentTypeGroup() 공개 메소드

public testUpdateContentTypeGroup ( $contentTypeGroupHref ) : string
리턴 string the updated content type href