PHP Класс eZ\Publish\Core\REST\Server\Tests\Input\Parser\ObjectStateGroupUpdateTest

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

Открытые методы

Метод Описание
testParse ( ) Tests the ObjectStateGroupUpdate parser.
testParseExceptionOnInvalidNames ( ) Test ObjectStateGroupUpdate parser throwing exception on invalid names structure.

Защищенные методы

Метод Описание
getObjectStateServiceMock ( ) : eZ\Publish\API\Repository\ObjectStateService Get the object state service mock object.
internalGetParser ( ) : ObjectStateGroupUpdate Returns the ObjectStateGroupUpdate parser.

Описание методов

getObjectStateServiceMock() защищенный Метод

Get the object state service mock object.
protected getObjectStateServiceMock ( ) : eZ\Publish\API\Repository\ObjectStateService
Результат eZ\Publish\API\Repository\ObjectStateService

internalGetParser() защищенный Метод

Returns the ObjectStateGroupUpdate parser.
protected internalGetParser ( ) : ObjectStateGroupUpdate
Результат eZ\Publish\Core\REST\Server\Input\Parser\ObjectStateGroupUpdate

testParse() публичный Метод

Tests the ObjectStateGroupUpdate parser.
public testParse ( )

testParseExceptionOnInvalidNames() публичный Метод

Test ObjectStateGroupUpdate parser throwing exception on invalid names structure.