PHP Class eZ\Publish\Core\REST\Client\Tests\Input\Parser\BaseTest

Inheritance: extends eZ\Publish\Core\REST\Server\Tests\BaseTest
Show file Open project: ezsystems/ezpublish-kernel Class Usage Examples

Protected Properties

Property Type Description
$parsingDispatcherMock eZ\Publish\Core\REST\Common\Input\ParsingDispatcher Mock for parsing dispatcher.

Protected Methods

Method Description
getParsingDispatcherMock ( ) : ParsingDispatcher Returns the parsing dispatcher mock.

Method Details

getParsingDispatcherMock() protected method

Returns the parsing dispatcher mock.
protected getParsingDispatcherMock ( ) : ParsingDispatcher
return eZ\Publish\Core\REST\Common\Input\ParsingDispatcher

Property Details

$parsingDispatcherMock protected property

Mock for parsing dispatcher.
protected ParsingDispatcher,eZ\Publish\Core\REST\Common\Input $parsingDispatcherMock
return eZ\Publish\Core\REST\Common\Input\ParsingDispatcher