PHP Class eZ\Publish\Core\REST\Server\Tests\Input\Parser\ViewInputTest

Inheritance: extends BaseTest
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testParse ( ) Tests the ViewInput parser.
testThrowsExceptionOnMissingIdentifier ( )
testThrowsExceptionOnMissingQuery ( )

Protected Methods

Method Description
internalGetParser ( ) : ViewInput Returns the session input parser.

Method Details

internalGetParser() protected method

Returns the session input parser.
protected internalGetParser ( ) : ViewInput
return eZ\Publish\Core\REST\Server\Input\Parser\ViewInput

testParse() public method

Tests the ViewInput parser.
public testParse ( )

testThrowsExceptionOnMissingIdentifier() public method

testThrowsExceptionOnMissingQuery() public method