PHP 클래스 PhpGitHooks\Module\PhpUnit\Infrastructure\Tool\AbstractPhpUnitProcessor

파일 보기 프로젝트 열기: bruli/php-git-hooks

보호된 프로퍼티들

프로퍼티 타입 설명
$output Symfony\Component\Console\Output\OutputInterface
$toolPathFinder PhpGitHooks\Infrastructure\Tool\ToolPathFinder

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Console\Output\OutputInterface $output, ToolPathFinder $toolPathFinder ) PhpUnitProcessor constructor.

보호된 메소드들

메소드 설명
runProcess ( Process $process ) : mixed

메소드 상세

__construct() 공개 메소드

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 runProcess ( Process $process ) : mixed
$process Symfony\Component\Process\Process
리턴 mixed

프로퍼티 상세

$output 보호되어 있는 프로퍼티

protected OutputInterface,Symfony\Component\Console\Output $output
리턴 Symfony\Component\Console\Output\OutputInterface

$toolPathFinder 보호되어 있는 프로퍼티

protected ToolPathFinder,PhpGitHooks\Infrastructure\Tool $toolPathFinder
리턴 PhpGitHooks\Infrastructure\Tool\ToolPathFinder