PhpGitHooks\Module\PhpCsFixer\Tests\Infrastructure\PhpCsFixerToolProcessorTrait::shouldProcessPhpCsFixerTool PHP Метод

shouldProcessPhpCsFixerTool() защищенный Метод

protected shouldProcessPhpCsFixerTool ( string $file, string $level, string $options, string $return )
$file string
$level string
$options string
$return string
    protected function shouldProcessPhpCsFixerTool($file, $level, $options, $return)
    {
        $this->getPhpCsFixerToolProcessor()->shouldReceive('process')->once()->withArgs([$file, $level, $options])->andReturn($return);
    }