PHP Класс eZ\Publish\Core\Persistence\Legacy\Tests\Content\Type\ContentUpdaterTest

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

Защищенные свойства (Protected)

Свойство Тип Описание
$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