PHP 클래스 Mutagenesis\Adapter\Phpunit\Runner

사용 중단:
파일 보기 프로젝트 열기: padraic/mutagenesis

공개 메소드들

메소드 설명
main ( array $arguments, $useStdout = false ) : void Uses an instance of PHPUnit_TextUI_Command to execute the PHPUnit tests and simulates any Mutagenesis supported command line options suitable for PHPUnit. At present, we merely dissect a generic 'options' string equivelant to anything typed into a console after a normal 'phpunit' command. The adapter captures the TextUI output for further processing.

메소드 상세

main() 공개 정적인 메소드

To prevent duplication of output from stdout, PHPUnit is hard configured to write to stderrm(stdin is used in proc_open call)
public static main ( array $arguments, $useStdout = false ) : void
$arguments array Mutagenesis arguments to pass to PHPUnit
리턴 void