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

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

공개 메소드들

메소드 설명
testDeleteNonExistingTrashItem ( ) Test deleting a non existing trash item.
testDeleteTrashItem ( ) Test deleting a trash item.
testFindTrashItemsAndEmptyTrash ( ) Test searching for trash items.
testIsPropertySet ( ) Test if property exists.
testLoadTrashItem ( ) Test loading a trash item.
testLoadTrashItemThrowsNotFoundException ( ) Test loading a trash item throwing NotFoundException.
testMissingProperty ( ) Test retrieving missing property.
testNewClass ( ) Test a new class and default values on properties.
testReadOnlyProperty ( ) Test setting read only property.
testRecover ( ) Test recovering a location from trash to original location.
testRecoverNonExistingTrashItem ( ) Test recovering a non existing trash item.
testRecoverToDifferentLocation ( ) Test recovering a location from trash to different location.
testRecoverToNonExistingLocation ( ) Test recovering a location from trash to non existing location.
testTrash ( ) Test sending a location to trash.
testTrashReturnsNull ( ) Test sending a location to trash.
testTrashUpdatesMainLocation ( ) Test sending a location to trash.
testUnsetProperty ( ) Test unsetting a property.

보호된 메소드들

메소드 설명
createTestContentLocation ( integer $parentLocationId ) : eZ\Publish\API\Repository\Values\Content\Content

메소드 상세

createTestContentLocation() 보호된 메소드

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

testDeleteNonExistingTrashItem() 공개 메소드

Test deleting a non existing trash item.

testDeleteTrashItem() 공개 메소드

Test deleting a trash item.
public testDeleteTrashItem ( )

testFindTrashItemsAndEmptyTrash() 공개 메소드

Test searching for trash items.

testIsPropertySet() 공개 메소드

Test if property exists.
public testIsPropertySet ( )

testLoadTrashItem() 공개 메소드

Test loading a trash item.
public testLoadTrashItem ( )

testLoadTrashItemThrowsNotFoundException() 공개 메소드

Test loading a trash item throwing NotFoundException.

testMissingProperty() 공개 메소드

Test retrieving missing property.
public testMissingProperty ( )

testNewClass() 공개 메소드

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

testReadOnlyProperty() 공개 메소드

Test setting read only property.

testRecover() 공개 메소드

Test recovering a location from trash to original location.
public testRecover ( )

testRecoverNonExistingTrashItem() 공개 메소드

Test recovering a non existing trash item.

testRecoverToDifferentLocation() 공개 메소드

Test recovering a location from trash to different location.

testRecoverToNonExistingLocation() 공개 메소드

Test recovering a location from trash to non existing location.

testTrash() 공개 메소드

Test sending a location to trash.
public testTrash ( )

testTrashReturnsNull() 공개 메소드

Test sending a location to trash.

testTrashUpdatesMainLocation() 공개 메소드

Test sending a location to trash.

testUnsetProperty() 공개 메소드

Test unsetting a property.
public testUnsetProperty ( )