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

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

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

Метод Описание
getParseHrefExpectationsMap ( )
testParse ( ) Tests the ContentTypeGroupInput parser.
testParseExceptionOnInvalidUser ( ) Test ContentTypeGroupInput parser throwing exception on invalid User.

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

Метод Описание
getContentTypeServiceMock ( ) : eZ\Publish\API\Repository\ContentTypeService Get the content type service mock object.
internalGetParser ( ) : ContentTypeGroupInput Returns the content type group input parser.

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

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

Get the content type service mock object.
protected getContentTypeServiceMock ( ) : eZ\Publish\API\Repository\ContentTypeService
Результат eZ\Publish\API\Repository\ContentTypeService

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

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

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

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

Tests the ContentTypeGroupInput parser.
public testParse ( )

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

Test ContentTypeGroupInput parser throwing exception on invalid User.