PHP 클래스 eZ\Publish\Core\Repository\Tests\Service\Integration\LocationBase

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

공개 메소드들

메소드 설명
testCopySubtree ( ) Test copying a subtree.
testCopySubtreeThrowsInvalidArgumentException ( ) Test copying a subtree throwing InvalidArgumentException.
testCreateLocation ( ) Test creating a location.
testCreateLocationThrowsInvalidArgumentExceptionExistingRemoteId ( ) Test creating a location throwing InvalidArgumentException.
testCreateLocationThrowsInvalidArgumentExceptionLocationExistsBelowParent ( ) Test creating a location throwing InvalidArgumentException.
testCreateLocationThrowsInvalidArgumentExceptionParentIsASubLocation ( ) Test creating a location throwing InvalidArgumentException.
testDeleteLocation ( ) Test deleting a location.
testHideUnhideLocation ( ) Test hiding & unhiding a location.
testIsPropertySet ( ) Test if property exists.
testLoadLocation ( ) Test loading a location.
testLoadLocationByRemoteId ( ) Test loading location by remote ID.
testLoadLocationByRemoteIdThrowsNotFoundException ( ) Test loading location by remote ID.
testLoadLocationChildren ( ) Test loading location children.
testLoadLocationThrowsNotFoundException ( ) Test loading a location throwing NotFoundException.
testLoadLocations ( ) Test loading locations for content.
testLoadLocationsThrowsBadStateException ( ) Test loading locations for content throwing BadStateException.
testLoadLocationsWithRootLocation ( ) Test loading locations for content with root location specified.
testMissingProperty ( ) Test retrieving missing property.
testMoveSubtree ( ) Test moving a subtree.
testNewClass ( ) Test a new class and default values on properties.
testNewLocationCreateStruct ( ) Test creating new LocationCreateStruct.
testNewLocationUpdateStruct ( ) Test creating new LocationUpdateStruct.
testReadOnlyProperty ( ) Test setting read only property.
testSwapLocation ( ) Test swapping location.
testUnsetProperty ( ) Test unsetting a property.
testUpdateLocation ( ) Test updating location.
testUpdateLocationThrowsInvalidArgumentException ( ) Test updating location throwing InvalidArgumentException.

보호된 메소드들

메소드 설명
addNewMainLocation ( eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo, integer $parentLocationId ) : mixed
createContentDraft ( )
createTestContentLocation ( integer $parentLocationId ) : eZ\Publish\API\Repository\Values\Content\Content

메소드 상세

addNewMainLocation() 보호된 메소드

protected addNewMainLocation ( eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo, integer $parentLocationId ) : mixed
$contentInfo eZ\Publish\API\Repository\Values\Content\ContentInfo
$parentLocationId integer
리턴 mixed

createContentDraft() 보호된 메소드

protected createContentDraft ( )

createTestContentLocation() 보호된 메소드

protected createTestContentLocation ( integer $parentLocationId ) : eZ\Publish\API\Repository\Values\Content\Content
$parentLocationId integer
리턴 eZ\Publish\API\Repository\Values\Content\Content

testCopySubtree() 공개 메소드

Test copying a subtree.
public testCopySubtree ( )

testCopySubtreeThrowsInvalidArgumentException() 공개 메소드

Test copying a subtree throwing InvalidArgumentException.

testCreateLocation() 공개 메소드

Test creating a location.
public testCreateLocation ( )

testCreateLocationThrowsInvalidArgumentExceptionExistingRemoteId() 공개 메소드

Test creating a location throwing InvalidArgumentException.

testCreateLocationThrowsInvalidArgumentExceptionLocationExistsBelowParent() 공개 메소드

Test creating a location throwing InvalidArgumentException.

testCreateLocationThrowsInvalidArgumentExceptionParentIsASubLocation() 공개 메소드

Test creating a location throwing InvalidArgumentException.

testDeleteLocation() 공개 메소드

Test deleting a location.
public testDeleteLocation ( )

testHideUnhideLocation() 공개 메소드

Test hiding & unhiding a location.

testIsPropertySet() 공개 메소드

Test if property exists.
public testIsPropertySet ( )

testLoadLocation() 공개 메소드

Test loading a location.
public testLoadLocation ( )

testLoadLocationByRemoteId() 공개 메소드

Test loading location by remote ID.

testLoadLocationByRemoteIdThrowsNotFoundException() 공개 메소드

Test loading location by remote ID.

testLoadLocationChildren() 공개 메소드

Test loading location children.

testLoadLocationThrowsNotFoundException() 공개 메소드

Test loading a location throwing NotFoundException.

testLoadLocations() 공개 메소드

Test loading locations for content.
public testLoadLocations ( )

testLoadLocationsThrowsBadStateException() 공개 메소드

Test loading locations for content throwing BadStateException.

testLoadLocationsWithRootLocation() 공개 메소드

Test loading locations for content with root location specified.

testMissingProperty() 공개 메소드

Test retrieving missing property.
public testMissingProperty ( )

testMoveSubtree() 공개 메소드

Test moving a subtree.
public testMoveSubtree ( )

testNewClass() 공개 메소드

Test a new class and default values on properties.
public testNewClass ( )

testNewLocationCreateStruct() 공개 메소드

Test creating new LocationCreateStruct.

testNewLocationUpdateStruct() 공개 메소드

Test creating new LocationUpdateStruct.

testReadOnlyProperty() 공개 메소드

Test setting read only property.

testSwapLocation() 공개 메소드

Test swapping location.
public testSwapLocation ( )

testUnsetProperty() 공개 메소드

Test unsetting a property.
public testUnsetProperty ( )

testUpdateLocation() 공개 메소드

Test updating location.
public testUpdateLocation ( )

testUpdateLocationThrowsInvalidArgumentException() 공개 메소드

Test updating location throwing InvalidArgumentException.