mjacobus/nurse

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<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&#45;clover" target="../coverage/coverage.xml"/> -->
  <!--   <log type="coverage&#45;html" target="../coverage" charset="UTF&#45;8" -->
  <!--     yui="true" highlight="true" lowUpperBound="50" highLowerBound="80"/> -->
  <!--   <log type="testdox&#45;html" target="../log/testdox.html" /> -->
  <!-- </logging> -->
  <!--  -->
</phpunit>