|
From: Marcus B. <ma...@wo...> - 2009-03-02 15:28:49
|
Hi... Lars Olesen wrote: > - Has anyone had simpletest output the test results as an xml-file > phpundercontrol can use? It does have XML output already, but it's own format. It's pretty easy to write a Reporter class that outputs the content you want. I don't use PHPUnderControl, but you are the second person to ask for it. It's time this issue was addressed. > - Has anyone implemented codecoverage and a report on the codecoverage > using xdebug and simpletest - and an xml-file? Code coverage is only now becoming a standard feature of SimpleTest. > - Has anyone implemented metric analysis as pmd analysis etc? No. yours, Marcus |