PHP Trait PhpGitHooks\Module\JsonLint\Tests\Infrastructure\JsonLintProcessorTrait

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

Protected Methods

Method Description
getJsonLintProcessor ( ) : Mockery\MockInterface | PhpGitHooks\Module\JsonLint\Model\JsonLintProcessorInterface
shouldProcessJsonLint ( string $file, string | null $returnError )

Method Details

getJsonLintProcessor() protected method

protected getJsonLintProcessor ( ) : Mockery\MockInterface | PhpGitHooks\Module\JsonLint\Model\JsonLintProcessorInterface
return Mockery\MockInterface | PhpGitHooks\Module\JsonLint\Model\JsonLintProcessorInterface

shouldProcessJsonLint() protected method

protected shouldProcessJsonLint ( string $file, string | null $returnError )
$file string
$returnError string | null