PHP Trait PhpGitHooks\Module\PhpLint\Tests\Infrastructure\PhpLintToolProcessorTrait

Show file Open project: bruli/php-git-hooks

Protected Methods

Method Description
getPhpLintToolProcessor ( ) : Mockery\MockInterface | PhpGitHooks\Module\PhpLint\Model\PhpLintToolProcessorInterface
shouldProcessPhpLintTool ( string $file, string | null $error )

Method Details

getPhpLintToolProcessor() protected method

protected getPhpLintToolProcessor ( ) : Mockery\MockInterface | PhpGitHooks\Module\PhpLint\Model\PhpLintToolProcessorInterface
return Mockery\MockInterface | PhpGitHooks\Module\PhpLint\Model\PhpLintToolProcessorInterface

shouldProcessPhpLintTool() protected method

protected shouldProcessPhpLintTool ( string $file, string | null $error )
$file string
$error string | null