Project:
zfdatagrid
Code Location:
http://zfdatagrid.googlecode.com/svn/trunk/tests/trunk/tests
phpunit.xml
<phpunit bootstrap="./TestHelper.php" colors="true"> <testsuite name="ZFDatagrid - Testsuite"> <directory>./library/Bvb</directory> </testsuite> <filter> <whitelist> <directory suffix=".php">../library/Bvb</directory> </whitelist> </filter> <!-- <logging> <log type="coverage-html" target="./log/report" charset="UTF-8" yui="true" highlight="true" lowUpperBound="50" highLowerBound="80"/> <log type="testdox-html" target="./log/testdox.html" /> </logging> --> </phpunit>
