PHP 클래스 Alex\BehatLauncher\Workspace

파일 보기 프로젝트 열기: alexandresalome/behat-launcher

공개 메소드들

메소드 설명
__construct ( ProjectList $projectList, MysqlStorage $runStorage ) Instanciates workspace.
finish ( ) : Workspace Interrupt the workspace execution.
setOutput ( Symfony\Component\Console\Output\OutputInterface $output = null ) : Workspace Sets the output for workspace to display informations about execution.
tick ( boolean $startNew = false ) : integer Verify pending units, and might run new units (if $startNew argument is true).

비공개 메소드들

메소드 설명
output ( $text, RunUnit $unit = null, $error = false )
startUnits ( ) : integer
verifyRunning ( boolean $stop = false ) : integer

메소드 상세

__construct() 공개 메소드

Instanciates workspace.
public __construct ( ProjectList $projectList, MysqlStorage $runStorage )
$projectList Alex\BehatLauncher\Behat\ProjectList
$runStorage Alex\BehatLauncher\Behat\MysqlStorage

finish() 공개 메소드

Interrupt the workspace execution.
public finish ( ) : Workspace
리턴 Workspace

setOutput() 공개 메소드

Sets the output for workspace to display informations about execution.
public setOutput ( Symfony\Component\Console\Output\OutputInterface $output = null ) : Workspace
$output Symfony\Component\Console\Output\OutputInterface
리턴 Workspace

tick() 공개 메소드

Verify pending units, and might run new units (if $startNew argument is true).
public tick ( boolean $startNew = false ) : integer
$startNew boolean true to startNew for new runs
리턴 integer number of running units