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

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

공개 메소드들

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