PHP Class eZ\Bundle\EzPublishRestBundle\Tests\Functional\ContentTypeTest

Inheritance: extends TestCase
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
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

Method Details

deleteContentTypeDraftFieldDefinition() public méthode

public deleteContentTypeDraftFieldDefinition ( $fieldDefinitionHref )

testAddContentTypeDraftFieldDefinition() public méthode

public testAddContentTypeDraftFieldDefinition ( $contentTypeDraftHref ) : string
Résultat string The content type draft field definition href

testContentTypeLoadFieldDefinitionList() public méthode

public testContentTypeLoadFieldDefinitionList ( $contentTypeHref ) : string
Résultat string the href of the first field definition in the list

testCopyContentType() public méthode

public testCopyContentType ( $sourceContentTypeHref ) : string
Résultat string The copied content type href

testCreateContentType() public méthode

public testCreateContentType ( $contentTypeGroupHref )

testCreateContentTypeDraft() public méthode

public testCreateContentTypeDraft ( $contentTypeHref ) : string
Résultat string the created content type draft href

testCreateContentTypeGroup() public méthode

testDeleteContentType() public méthode

public testDeleteContentType ( $contentTypeHref )

testDeleteContentTypeDraft() public méthode

public testDeleteContentTypeDraft ( $contentTypeDraftHref )

testDeleteContentTypeGroupNotEmpty() public méthode

public testDeleteContentTypeGroupNotEmpty ( $contentTypeGroupHref )

testLinkContentTypeToGroup() public méthode

public testLinkContentTypeToGroup ( $contentTypeHref ) : string
Résultat string the content type href

testListContentTypes() public méthode

testListContentTypesByIdentifier() public méthode

testListContentTypesByRemoteId() public méthode

testListContentTypesForGroup() public méthode

public testListContentTypesForGroup ( string $contentTypeGroupHref )
$contentTypeGroupHref string

testLoadContentType() public méthode

public testLoadContentType ( $contentTypeHref )

testLoadContentTypeDraft() public méthode

public testLoadContentTypeDraft ( $contentTypeDraftHref )

testLoadContentTypeFieldDefinition() public méthode

public testLoadContentTypeFieldDefinition ( $fieldDefinitionHref )

testLoadContentTypeGroup() public méthode

public testLoadContentTypeGroup ( string $contentTypeGroupHref )
$contentTypeGroupHref string

testLoadContentTypeGroupList() public méthode

testLoadContentTypeGroupListWithIdentifier() public méthode

testLoadContentTypeGroupNotFound() public méthode

public testLoadContentTypeGroupNotFound ( string $contentTypeGroupHref )
$contentTypeGroupHref string

testLoadContentTypeNotFound() public méthode

public testLoadContentTypeNotFound ( $contentTypeHref )

testLoadGroupsOfContentType() public méthode

public testLoadGroupsOfContentType ( $contentTypeHref )

testPublishContentTypeDraft() public méthode

public testPublishContentTypeDraft ( $contentTypeHref )

testUnlinkContentTypeFromGroup() public méthode

public testUnlinkContentTypeFromGroup ( $contentTypeHref )

testUpdateContentTypeDraft() public méthode

public testUpdateContentTypeDraft ( $contentTypeDraftHref )

testUpdateContentTypeDraftFieldDefinition() public méthode

public testUpdateContentTypeDraftFieldDefinition ( $fieldDefinitionHref )

testUpdateContentTypeGroup() public méthode

public testUpdateContentTypeGroup ( $contentTypeGroupHref ) : string
Résultat string the updated content type href