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

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

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

Метод Описание
testParse ( ) Tests the LocationUpdate parser.
testParseExceptionOnMissingSortField ( ) Test LocationUpdate parser throwing exception on missing sort field.
testParseExceptionOnMissingSortOrder ( ) Test LocationUpdate parser throwing exception on missing sort order.

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

Метод Описание
getLocationServiceMock ( ) : eZ\Publish\API\Repository\LocationService Get the location service mock object.
internalGetParser ( ) : LocationUpdate Returns the LocationUpdateStruct parser.

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

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

Get the location service mock object.
protected getLocationServiceMock ( ) : eZ\Publish\API\Repository\LocationService
Результат eZ\Publish\API\Repository\LocationService

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

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

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

Tests the LocationUpdate parser.
public testParse ( )

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

Test LocationUpdate parser throwing exception on missing sort field.

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

Test LocationUpdate parser throwing exception on missing sort order.