“Web interface” to PHPUnit tests?

前端 未结 11 818
臣服心动
臣服心动 2020-12-02 15:37

Is there a simple \"Web interface\" to running PHPUnit test suites? i.e. a PHP script that runs the test on the command line, and outputs a nicely formatted HTML result.

11条回答
  •  攒了一身酷
    2020-12-02 16:00

    You can always use the Maven for PHP from which you can use the surefire reports (mvn site). More info here: http://www.php-maven.org

提交回复
热议问题