“Web interface” to PHPUnit tests?

前端 未结 11 837
臣服心动
臣服心动 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:01

    I recently discovered Visual PHPUnit which looks like a very very nice interface for everyone that doesn't want to run PHPUnit from the command line:

    Visual PHPUnit

    It seems to be the next iteration of @Matt's PHPUnit Test Report

提交回复
热议问题