PhpGitHooks\Module\PhpLint\Tests\Infrastructure\PhpLintToolProcessorTrait::getPhpLintToolProcessor PHP Method

getPhpLintToolProcessor() protected method

protected getPhpLintToolProcessor ( ) : Mockery\MockInterface | PhpGitHooks\Module\PhpLint\Model\PhpLintToolProcessorInterface
return Mockery\MockInterface | PhpGitHooks\Module\PhpLint\Model\PhpLintToolProcessorInterface
    protected function getPhpLintToolProcessor()
    {
        return $this->phpLintToolProcessor = $this->phpLintToolProcessor ?: Mock::get(PhpLintToolProcessorInterface::class);
    }