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

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

Public Methods

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

Protected Methods

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

Method Details

internalGetParser() protected method

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

testParse() public method

Tests the SessionInput parser.
public testParse ( )

testParseExceptionOnMissingIdentifier() public method

Test SessionInput parser throwing exception on missing password.

testParseExceptionOnMissingName() public method

Test SessionInput parser throwing exception on missing login.