Hi again, I've been running phpUnderControl with log4php for some time now [1].
For each revision: - run all unit tests [2] - and make code coverage report available from that build [3] - and make api documentation available from that build [4]- run PHP_CodeSniffer [5] (need to improve the settings according to our rules here)
- output the logs of PMD (Project Mess Detection) from PHPUnit [6] - output some nice svg graphs to look at [7] Knut [1] http://www.substring.no:8080/cruisecontrol/buildresults/log4php[2] http://www.substring.no:8080/cruisecontrol/buildresults/log4php?tab=testResults [3] http://www.substring.no:8080/cruisecontrol/buildresults/log4php?tab=coverage [4] http://www.substring.no:8080/cruisecontrol/buildresults/log4php?tab=documentation [5] http://www.substring.no:8080/cruisecontrol/buildresults/log4php?tab=phpcs
[6] http://www.substring.no:8080/cruisecontrol/buildresults/log4php?tab=pmd[7] http://www.substring.no:8080/cruisecontrol/buildresults/log4php?tab=metrics
