PHP code coverage and Selenium

前端 未结 1 1461
走了就别回头了
走了就别回头了 2021-01-19 19:23

I came across this thread on SO which talks about PHP code coverage tools - Code Coverage tools for PHP

I have never worked on PHP and have been writing Selenium UI

相关标签:
1条回答
  • 2021-01-19 20:08

    Just add an auto-prepend script which calls xdebug_start_code_coverage() and registers a shutdown function which logs the output of xdebug_get_code_coverage()

    Then analyse your data later.

    0 讨论(0)
提交回复
热议问题