“Web interface” to PHPUnit tests?

前端 未结 11 855
臣服心动
臣服心动 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 15:56

    Ok you said you'd prefer an independent IDE solution, but just so you know there is a recent plugin that enables executing PHPUnit simply into Eclipse, and having a nice representation (like in Zend Studio, but for free).

    Here is the link, the main developper replies fast to emails too if you have a problem :

    http://www.phpsrc.org/wiki/

    I personnaly tested some web interface, but I have always been deceived (not really practital and stable). But this is your choice.

提交回复
热议问题