marco476/HAL

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<phpunit bootstrap="vendor/autoload.php"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true">
  <testsuites>
    <testsuite name="HTTP Abstraction Layer">
      <directory>tests</directory>
    </testsuite>
  </testsuites>
</phpunit>