PHP 클래스 eZ\Publish\Core\Persistence\Legacy\Tests\Content\TreeHandlerTest

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$contentGatewayMock PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Gateway
$contentMapper PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Mapper
$fieldHandlerMock PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\FieldHandler
$locationGatewayMock PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway
$locationMapperMock PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Location\Mapper

공개 메소드들

메소드 설명
testChangeMainLocation ( )
testListVersions ( )
testLoadContentInfoByRemoteId ( )
testLoadLocation ( )
testRemoveRawContent ( )
testRemoveSubtree ( )
testSetSectionForSubtree ( )

보호된 메소드들

메소드 설명
getContentGatewayMock ( ) : PHPUnit_Framework_MockObject_MockObject | Gateway Returns Content Gateway mock.
getContentMapperMock ( ) : PHPUnit_Framework_MockObject_MockObject | Mapper Returns a Content Mapper mock.
getFieldHandlerMock ( ) : PHPUnit_Framework_MockObject_MockObject | FieldHandler Returns a FieldHandler mock.
getLocationGatewayMock ( ) : PHPUnit_Framework_MockObject_MockObject | Gateway Returns Location Gateway mock.
getLocationMapperMock ( ) : PHPUnit_Framework_MockObject_MockObject | Mapper Returns a Location Mapper mock.
getPartlyMockedTreeHandler ( array $methods ) : PHPUnit_Framework_MockObject_MockObject | TreeHandler
getTreeHandler ( ) : TreeHandler

메소드 상세

getContentGatewayMock() 보호된 메소드

Returns Content Gateway mock.
protected getContentGatewayMock ( ) : PHPUnit_Framework_MockObject_MockObject | Gateway
리턴 PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Gateway

getContentMapperMock() 보호된 메소드

Returns a Content Mapper mock.
protected getContentMapperMock ( ) : PHPUnit_Framework_MockObject_MockObject | Mapper
리턴 PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Mapper

getFieldHandlerMock() 보호된 메소드

Returns a FieldHandler mock.
protected getFieldHandlerMock ( ) : PHPUnit_Framework_MockObject_MockObject | FieldHandler
리턴 PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\FieldHandler

getLocationGatewayMock() 보호된 메소드

Returns Location Gateway mock.
protected getLocationGatewayMock ( ) : PHPUnit_Framework_MockObject_MockObject | Gateway
리턴 PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway

getLocationMapperMock() 보호된 메소드

Returns a Location Mapper mock.
protected getLocationMapperMock ( ) : PHPUnit_Framework_MockObject_MockObject | Mapper
리턴 PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Location\Mapper

getPartlyMockedTreeHandler() 보호된 메소드

protected getPartlyMockedTreeHandler ( array $methods ) : PHPUnit_Framework_MockObject_MockObject | TreeHandler
$methods array
리턴 PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\TreeHandler

getTreeHandler() 보호된 메소드

protected getTreeHandler ( ) : TreeHandler
리턴 eZ\Publish\Core\Persistence\Legacy\Content\TreeHandler

testChangeMainLocation() 공개 메소드

testListVersions() 공개 메소드

public testListVersions ( )

testLoadContentInfoByRemoteId() 공개 메소드

testLoadLocation() 공개 메소드

public testLoadLocation ( )

testRemoveRawContent() 공개 메소드

testRemoveSubtree() 공개 메소드

public testRemoveSubtree ( )

testSetSectionForSubtree() 공개 메소드

프로퍼티 상세

$contentGatewayMock 보호되어 있는 프로퍼티

protected PHPUnit_Framework_MockObject_MockObject|Gateway,eZ\Publish\Core\Persistence\Legacy\Content $contentGatewayMock
리턴 PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Gateway

$contentMapper 보호되어 있는 프로퍼티

protected PHPUnit_Framework_MockObject_MockObject|Mapper,eZ\Publish\Core\Persistence\Legacy\Content $contentMapper
리턴 PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Mapper

$fieldHandlerMock 보호되어 있는 프로퍼티

protected PHPUnit_Framework_MockObject_MockObject|FieldHandler,eZ\Publish\Core\Persistence\Legacy\Content $fieldHandlerMock
리턴 PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\FieldHandler

$locationGatewayMock 보호되어 있는 프로퍼티

protected PHPUnit_Framework_MockObject_MockObject|Gateway,eZ\Publish\Core\Persistence\Legacy\Content\Location $locationGatewayMock
리턴 PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway

$locationMapperMock 보호되어 있는 프로퍼티

protected PHPUnit_Framework_MockObject_MockObject|Mapper,eZ\Publish\Core\Persistence\Legacy\Content\Location $locationMapperMock
리턴 PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\Persistence\Legacy\Content\Location\Mapper