piece / stagehand-testrunner

A continuous test runner for CLI
https://github.com/piece/stagehand-testrunner/wiki
BSD 2-Clause "Simplified" License
35 stars 12 forks source link

PHPUnit 4.6/4.7 support #43

Closed iteman closed 9 years ago

iteman commented 9 years ago

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"