eZ\Publish\Core\REST\Client\Tests\Input\Parser\VersionInfoTest::getRequestParserMock PHP Метод

getRequestParserMock() защищенный Метод

protected getRequestParserMock ( ) : PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\REST\Common\RequestParser
Результат PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\REST\Common\RequestParser
    protected function getRequestParserMock()
    {
        static $parser = null;
        if (!isset($parser)) {
            $parser = $this->getMock('eZ\\Publish\\Core\\REST\\Common\\RequestParser');
        }
        return $parser;
    }