eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlAlias\SlugConverterTest::getTransformationProcessorMock PHP Method

getTransformationProcessorMock() protected method

protected getTransformationProcessorMock ( ) : PHPUnit_Framework_MockObject_MockObject
return PHPUnit_Framework_MockObject_MockObject
    protected function getTransformationProcessorMock()
    {
        if (!isset($this->transformationProcessorMock)) {
            $this->transformationProcessorMock = $this->getMockForAbstractClass('eZ\\Publish\\Core\\Persistence\\TransformationProcessor', array(), '', false, true, true, array('transform'));
        }
        return $this->transformationProcessorMock;
    }