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

Inheritance: extends BaseTest
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
testParseContentQuery ( ) Tests the ViewInput parser.
testParseLocationQuery ( ) Tests the ViewInput parser.
testThrowsExceptionOnMissingIdentifier ( )
testThrowsExceptionOnMissingQuery ( )

Méthodes protégées

Méthode Description
internalGetParser ( ) : ViewInput Returns the session input parser.

Method Details

internalGetParser() protected méthode

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

testParseContentQuery() public méthode

Tests the ViewInput parser.

testParseLocationQuery() public méthode

Tests the ViewInput parser.

testThrowsExceptionOnMissingIdentifier() public méthode

testThrowsExceptionOnMissingQuery() public méthode