PHP Класс eZ\Bundle\EzPublishRestBundle\Tests\Functional\ContentTypeTest

Наследование: extends TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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