PHP Class PhpGitHooks\Module\PhpUnit\Infrastructure\Tool\AbstractPhpUnitProcessor

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

Protected Properties

Property Type Description
$output Symfony\Component\Console\Output\OutputInterface
$toolPathFinder PhpGitHooks\Infrastructure\Tool\ToolPathFinder

Public Methods

Method Description
__construct ( Symfony\Component\Console\Output\OutputInterface $output, ToolPathFinder $toolPathFinder ) PhpUnitProcessor constructor.

Protected Methods

Method Description
runProcess ( Process $process ) : mixed

Method Details

__construct() public method

PhpUnitProcessor constructor.
public __construct ( Symfony\Component\Console\Output\OutputInterface $output, ToolPathFinder $toolPathFinder )
$output Symfony\Component\Console\Output\OutputInterface
$toolPathFinder PhpGitHooks\Infrastructure\Tool\ToolPathFinder

runProcess() protected method

protected runProcess ( Process $process ) : mixed
$process Symfony\Component\Process\Process
return mixed

Property Details

$output protected property

protected OutputInterface,Symfony\Component\Console\Output $output
return Symfony\Component\Console\Output\OutputInterface

$toolPathFinder protected property

protected ToolPathFinder,PhpGitHooks\Infrastructure\Tool $toolPathFinder
return PhpGitHooks\Infrastructure\Tool\ToolPathFinder