there4/slim-unit-testing-example

View on GitHub
phpunit.xml.dist

Summary

Maintainability
Test Coverage
<phpunit bootstrap="tests/bootstrap.php">
    <logging>
        <log type="coverage-clover" target="build/logs/clover.xml"/>
    </logging>
    <testsuites>
      <testsuite name="Slim PHP Unit testing">
        <directory>tests</directory>
      </testsuite>
    </testsuites>
</phpunit>