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

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

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

Метод Описание
testParse ( ) Tests the SectionInput parser.
testParseExceptionOnMissingIdentifier ( ) Test SectionInput parser throwing exception on missing identifier.
testParseExceptionOnMissingName ( ) Test SectionInput parser throwing exception on missing name.

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

Метод Описание
getSectionServiceMock ( ) : eZ\Publish\API\Repository\SectionService Get the section service mock object.
internalGetParser ( ) : SectionInput Returns the section input parser.

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

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

Get the section service mock object.
protected getSectionServiceMock ( ) : eZ\Publish\API\Repository\SectionService
Результат eZ\Publish\API\Repository\SectionService

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

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

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

Tests the SectionInput parser.
public testParse ( )

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

Test SectionInput parser throwing exception on missing identifier.

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

Test SectionInput parser throwing exception on missing name.