测试代码是使用SimpleTest框架编写的,我正在寻找一个工具或一个开放源代码的解决方案来执行代码覆盖。
发布于 2017-03-10 08:25:10
使用SimpleTest的覆盖扩展:
https://github.com/simpletest/simpletest/tree/master/extensions/coverage
发布于 2017-03-08 00:04:07
您可以使用phpunit
读一读关于它的内容,主要是使用。
http://phpunit.de --页面为英文
Git:https://github.com/sebastianbergmann/phpunit
CodeCoverage:http://phpunit.de/manual/current/en/code-coverage-analysis.html
https://stackoverflow.com/questions/42652747
复制相似问题