phpunit.xml
<phpunit bootstrap="./tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="NurseTests">
<directory>./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./lib/</directory>
</whitelist>
</filter>
<!-- <logging> -->
<!-- <log type="coverage-clover" target="../coverage/coverage.xml"/> -->
<!-- <log type="coverage-html" target="../coverage" charset="UTF-8" -->
<!-- yui="true" highlight="true" lowUpperBound="50" highLowerBound="80"/> -->
<!-- <log type="testdox-html" target="../log/testdox.html" /> -->
<!-- </logging> -->
<!-- -->
</phpunit>