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

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

Public Methods

Method Description
testParse ( ) Tests the RoleInput parser.

Protected Methods

Method Description
getRoleServiceMock ( ) : eZ\Publish\API\Repository\RoleService Get the role service mock object.
internalGetParser ( ) : RoleInput Returns the role input parser.

Method Details

getRoleServiceMock() protected method

Get the role service mock object.
protected getRoleServiceMock ( ) : eZ\Publish\API\Repository\RoleService
return eZ\Publish\API\Repository\RoleService

internalGetParser() protected method

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

testParse() public method

Tests the RoleInput parser.
public testParse ( )