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

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

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

Метод Описание
getParseHrefExpectationsMap ( )
testParse ( ) Tests the ContentObjectStates parser.
testParseExceptionOnMissingHref ( ) Test ContentObjectStates parser throwing exception on missing href.

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

Метод Описание
internalGetParser ( ) : eZ\Publish\Core\REST\Common\Input\Parser\ContentObjectStates; Gets the ContentObjectStates parser.

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

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

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

Gets the ContentObjectStates parser.
protected internalGetParser ( ) : eZ\Publish\Core\REST\Common\Input\Parser\ContentObjectStates;
Результат eZ\Publish\Core\REST\Common\Input\Parser\ContentObjectStates;

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

Tests the ContentObjectStates parser.
public testParse ( )

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

Test ContentObjectStates parser throwing exception on missing href.