Hi all,

Just did some quick housekeeping of our unit test suite [1]. The unit test suite uses PHPUnit [2]. You can now run the entire suite simply by doing this:

$ cd src/test/php
$ phpunit

To create code coverage [3] you need Xdebug [4] installed and run:

$ phpunit --report=coverage

I currently use PHPUnit 3.3.14. While working with tickets for log4php 2.0 we should also try to increase our code coverage.

Knut

[1] http://svn.apache.org/viewvc?view=rev&revision=769194
[2] http://www.phpunit.de
[3] http://www.urdalen.com/log4php/coverage/
[4] http://www.xdebug.org

Reply via email to