PHP 클래스 eZ\Publish\Core\REST\Server\Tests\Input\Parser\SectionInputTest

상속: extends BaseTest
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
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.