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

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

Public Methods

Method Description
testParseContentQuery ( ) Tests the ViewInput parser.
testParseLocationQuery ( ) 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

testParseContentQuery() public method

Tests the ViewInput parser.

testParseLocationQuery() public method

Tests the ViewInput parser.

testThrowsExceptionOnMissingIdentifier() public method

testThrowsExceptionOnMissingQuery() public method