PhpGitHooks\Module\PhpMd\Tests\Infrastructure\PhpMdToolProcessorTrait::getPhpMdToolProcessor PHP Method

getPhpMdToolProcessor() protected method

protected getPhpMdToolProcessor ( ) : Mockery\MockInterface | PhpGitHooks\Module\PhpMd\Model\PhpMdToolProcessorInterface
return Mockery\MockInterface | PhpGitHooks\Module\PhpMd\Model\PhpMdToolProcessorInterface
    protected function getPhpMdToolProcessor()
    {
        return $this->phpMdToolProcessor = $this->phpMdToolProcessor ?: Mock::get(PhpMdToolProcessorInterface::class);
    }