phpunit.xml 238 B

123456789
  1. <phpunit
  2. colors="true">
  3. <testsuite name="tests">
  4. <directory suffix="test.php">tests</directory>
  5. </testsuite>
  6. <logging>
  7. <log type="coverage-clover" target="build/logs/clover.xml"/>
  8. </logging>
  9. </phpunit>