Robin Ericsson wrote:
> The big whohoo would be a complete PHPUnit test framework for PHP with
> code coverage that replaces the old test framework.
As long as PHPUnit cannot run each test in a new PHP interpreter
process this would make no sense. And even then, why would we want to
replace run-tests.php with PHPUnit? Also note that PHPUnit's code
coverage functionality can, of course, not generate code coverage
information for the PHP interpreter itself, as that is written in C :-)
If you are looking for code coverage information for the PHP interpreter
have a look at http://gcov.php.net/.
--
Sebastian Bergmann http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69