phpunit.xml.dist 255 B

1234567891011
  1. <phpunit bootstrap="vendor/autoload.php">
  2. <testsuites>
  3. <testsuite name="Application">
  4. <directory>tests</directory>
  5. </testsuite>
  6. </testsuites>
  7. <logging>
  8. <log type="coverage-clover" target="coverage.xml"/>
  9. </logging>
  10. </phpunit>