PHP Класс Mutagenesis\Adapter\Phpunit\Runner

Устаревший:
Показать файл Открыть проект

Открытые методы

Метод Описание
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