eZ\Publish\Core\Persistence\Tests\TransformationProcessor\TransformationProcessorPreprocessedBasedTest::getProcessor PHP Method

getProcessor() public method

public getProcessor ( )
    public function getProcessor()
    {
        return new PreprocessedBased(new Persistence\TransformationProcessor\PcreCompiler(new Persistence\Utf8Converter()), glob(__DIR__ . '/_fixtures/transformations/*.tr.result'));
    }