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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$contentGatewayMock eZ\Publish\Core\Persistence\Legacy\Content\Gateway Content gateway mock.
$contentMapperMock eZ\Publish\Core\Persistence\Legacy\Content\Mapper
$contentStorageHandlerMock eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler Content StorageHandler mock.
$contentUpdater eZ\Publish\Core\Persistence\Legacy\Content\Type\ContentUpdater Content Updater to test.
$converterRegistryMock eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry FieldValue converter registry mock.
$searchHandlerMock eZ\Publish\Core\Search\Legacy\Content\Handler Search handler mock.

공개 메소드들

메소드 설명
testApplyUpdates ( )
testCtor ( )
testDetermineActions ( )

보호된 메소드들

메소드 설명
getContentGatewayMock ( ) : Gateway Returns a Content Gateway mock.
getContentMapperMock ( ) : Mapper Returns a Content mapper mock.
getContentStorageHandlerMock ( ) : StorageHandler Returns a Content StorageHandler mock.
getContentUpdater ( ) : ContentUpdater Returns the content updater to test.
getConverterRegistryMock ( ) : ConverterRegistry Returns a FieldValue Converter registry mock.
getFromTypeFixture ( ) : eZ\Publish\SPI\Persistence\Content\Type Returns a fixture for the from Type.
getToTypeFixture ( ) : eZ\Publish\SPI\Persistence\Content\Type Returns a fixture for the to Type.

메소드 상세

getContentGatewayMock() 보호된 메소드

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

getContentMapperMock() 보호된 메소드

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

getContentStorageHandlerMock() 보호된 메소드

Returns a Content StorageHandler mock.
protected getContentStorageHandlerMock ( ) : StorageHandler
리턴 eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler

getContentUpdater() 보호된 메소드

Returns the content updater to test.
protected getContentUpdater ( ) : ContentUpdater
리턴 eZ\Publish\Core\Persistence\Legacy\Content\Type\ContentUpdater

getConverterRegistryMock() 보호된 메소드

Returns a FieldValue Converter registry mock.
protected getConverterRegistryMock ( ) : ConverterRegistry
리턴 eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry

getFromTypeFixture() 보호된 메소드

Returns a fixture for the from Type.
protected getFromTypeFixture ( ) : eZ\Publish\SPI\Persistence\Content\Type
리턴 eZ\Publish\SPI\Persistence\Content\Type

getToTypeFixture() 보호된 메소드

Returns a fixture for the to Type.
protected getToTypeFixture ( ) : eZ\Publish\SPI\Persistence\Content\Type
리턴 eZ\Publish\SPI\Persistence\Content\Type

testApplyUpdates() 공개 메소드

public testApplyUpdates ( )

testCtor() 공개 메소드

public testCtor ( )

testDetermineActions() 공개 메소드

프로퍼티 상세

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

Content gateway mock.
protected Gateway,eZ\Publish\Core\Persistence\Legacy\Content $contentGatewayMock
리턴 eZ\Publish\Core\Persistence\Legacy\Content\Gateway

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

protected Mapper,eZ\Publish\Core\Persistence\Legacy\Content $contentMapperMock
리턴 eZ\Publish\Core\Persistence\Legacy\Content\Mapper

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

Content StorageHandler mock.
protected StorageHandler,eZ\Publish\Core\Persistence\Legacy\Content $contentStorageHandlerMock
리턴 eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler

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

Content Updater to test.
protected ContentUpdater,eZ\Publish\Core\Persistence\Legacy\Content\Type $contentUpdater
리턴 eZ\Publish\Core\Persistence\Legacy\Content\Type\ContentUpdater

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

FieldValue converter registry mock.
protected ConverterRegistry,eZ\Publish\Core\Persistence\Legacy\Content\FieldValue $converterRegistryMock
리턴 eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\ConverterRegistry

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

Search handler mock.
protected Handler,eZ\Publish\Core\Search\Legacy\Content $searchHandlerMock
리턴 eZ\Publish\Core\Search\Legacy\Content\Handler