Php SimpleTest CodeCoverage

130 Views Asked by At

The test codes are written using SimpleTest framework, and I am looking for a tool or an open source solution to perform Code Coverage.

2

There are 2 best solutions below

0
JustOnUnderMillions On

You can use phpunit

Read about it, mostly used.

http://phpunit.de -- page is in english

Git: https://github.com/sebastianbergmann/phpunit

CodeCoverage: http://phpunit.de/manual/current/en/code-coverage-analysis.html

0
Jens A. Koch On