PHP Trait PhpGitHooks\Module\PhpCsFixer\Tests\Infrastructure\PhpCsFixerToolProcessorTrait

Mostrar archivo Open project: bruli/php-git-hooks

Protected Methods

Method Description
getPhpCsFixerToolProcessor ( ) : Mockery\MockInterface | PhpCsFixerToolProcessor
shouldProcessPhpCsFixerTool ( string $file, string $level, string $options, string $return )

Method Details

getPhpCsFixerToolProcessor() protected method

protected getPhpCsFixerToolProcessor ( ) : Mockery\MockInterface | PhpCsFixerToolProcessor
return Mockery\MockInterface | PhpGitHooks\Module\PhpCsFixer\Infrastructure\Tool\PhpCsFixerToolProcessor

shouldProcessPhpCsFixerTool() protected method

protected shouldProcessPhpCsFixerTool ( string $file, string $level, string $options, string $return )
$file string
$level string
$options string
$return string