When using Stagehand_TestRunner with PHPUnit 4.6.x, an ErrorException will be raised with --no-ansi option as the following:
$ testrunner phpunit --no-ansi ...
[PHPUnit_Framework_Exception]
Argument #3 (No Value) of PHPUnit_TextUI_ResultPrinter::__construct() must be a value from "never", "auto" or "always"
When using Stagehand_TestRunner with PHPUnit 4.6.x, an
ErrorException
will be raised with--no-ansi
option as the following: