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

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

Méthodes publiques

Méthode Description
testParse ( ) Tests the SessionInput parser.
testParseExceptionOnMissingIdentifier ( ) Test SessionInput parser throwing exception on missing password.
testParseExceptionOnMissingName ( ) Test SessionInput parser throwing exception on missing login.

Méthodes protégées

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

Method Details

internalGetParser() protected méthode

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

testParse() public méthode

Tests the SessionInput parser.
public testParse ( )

testParseExceptionOnMissingIdentifier() public méthode

Test SessionInput parser throwing exception on missing password.

testParseExceptionOnMissingName() public méthode

Test SessionInput parser throwing exception on missing login.