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

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

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

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

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

Метод Описание
internalGetParser ( ) : RelationCreate Returns the RelationCreate parser.

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

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

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

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

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

Tests the RelationCreate parser.
public testParse ( )

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

Test RelationCreate parser throwing exception on missing Destination.

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

Test RelationCreate parser throwing exception on missing Destination href.